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