aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops/fetchMercurial.cc
AgeCommit message (Expand)Author
2020-07-06Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-23use plain errPos instead of nixCode; fix testsBen Burdette
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-05-30Remove TreeInfoEelco Dolstra
2020-05-13formatting and a few minor changesBen Burdette
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-08add pos to errorinfo, remove from hintsBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-16fetchMercurial: Use inputFromAttrs()Eelco Dolstra
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-06-24Fix 32-bit overflow with --no-netEelco Dolstra
2019-06-24CachedDownloadResult: Include store pathEelco Dolstra
2018-12-06Solve hg "abandoned transaction" issueCHEIKH Chawki
2018-09-01fetchGit/fetchMercurial: Don't absolutize pathsEelco Dolstra
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-03-19Shut up signedness warningEelco Dolstra
2018-01-16Add pure evaluation modeEelco Dolstra
2017-11-21fetchGit/fetchMercurial: Fix directory inclusion checkEelco Dolstra
2017-11-03fetchGit/fetchMercurial: Filter out directories with untracked filesEelco Dolstra
2017-11-03fetchGit: Add a testEelco Dolstra
2017-11-02fetchMercurial: fix error messagetv
2017-11-01fetchMercurial: Don't fetch hashes we already haveEelco Dolstra
2017-11-01Add fetchMercurial primopEelco Dolstra