summaryrefslogtreecommitdiff
path: root/guix/build/hg.scm
AgeCommit message (Collapse)Author
2020-10-10svn-download, hg-download: Use 'report-invoke-error'.Ludovic Courtès
* guix/build/hg.scm (hg-fetch): Use 'report-invoke-error' instead of 'format'. * guix/build/svn.scm (svn-fetch): Likewise.
2020-10-06build: hg: Handle fetch errors.zimoun
* guix/build/hg.scm (hg-fetch): Add 'guard' to handle errors. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2018-12-03hg-fetch: Remove .hg directories of sub-repositories.Björn Höfling
* guix/build/hg.scm (hg-fetch): Remove all .hg directories recursively.
2018-03-16hg-download: Use invoke instead of system*.Mark H Weaver
* guix/build/hg.scm (hg-fetch): Use invoke and remove vestigial plumbing.
2016-06-15guix: Add downloader for Mercurial repositories.Ricardo Wurmus
* guix/build/hg.scm: New file. * guix/hg-download.scm: New file. * Makefile.am (MODULES): Add them.