aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers/mercurial.cc
AgeCommit message (Expand)Author
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2023-08-01Don't require .tar/.zip extension for tarball flakerefsEelco Dolstra
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-04-19Avoid `fmt` when constructor already does itJohn Ericson
2022-04-14Merge pull request #6387 from Uthar/fixEelco Dolstra
2022-04-12assert hash types for Git and MercurialKasper GaƂkowski
2022-04-09libfetchers: Fix assertion (Mercurial)Daniel Pauls
2022-03-01Move some stuff from `Settings` to a new `FetchSettings`.John Ericson
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-24libfetchers: Rename immutable -> lockedEelco Dolstra
2022-02-16InputScheme::fetch(): Return a StorePath instead of a TreeEelco Dolstra
2021-09-13RunOptions: Use designated initializersEelco Dolstra
2021-09-13Remove tabsEelco Dolstra
2021-07-06allow fetchMercurial to take a `name` argumentregnat
2020-12-23Cast variants fully for libc++10Matthew Bauer
2020-11-23fetchMercurial: set HGPLAIN when invoking hgLuke Granger-Brown
2020-11-10Fix use of dirty Git/Mercurial inputs with chroot storesEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-21Don't include <regex> in header filesEelco Dolstra
2020-07-31Fix indentationJohn Ericson
2020-07-16Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...John Ericson
2020-07-01Rename two hash constructors to proper functionsCarlo Nucera
2020-06-03Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-01use Tree ctorMatthew Kenigsberg
2020-05-30Remove TreeInfoEelco Dolstra
2020-05-26Change remaining bools with FileIngestionMethodCarlo Nucera
2020-04-07Respect the narHash attribute in more input typesEelco Dolstra
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-04-02Respect the narHash attribute in more input typesEelco Dolstra
2020-03-30Move fetchers from libstore to libfetchersEelco Dolstra