aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops/fetchMercurial.cc
AgeCommit message (Expand)Author
2019-09-20Add flags to disallow dirty Git trees and to turn off warningsEelco Dolstra
2019-06-21Fix 32-bit overflow with --no-netEelco Dolstra
2019-05-15Make flakes work with 'nix build --store ...'Eelco Dolstra
2019-02-12Enforce use of immutable flakes in pure modeEelco 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