index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libfetchers
/
mercurial.cc
Age
Commit message (
Expand
)
Author
2023-08-01
Don't require .tar/.zip extension for tarball flakerefs
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-04-19
Avoid `fmt` when constructor already does it
John Ericson
2022-04-14
Merge pull request #6387 from Uthar/fix
Eelco Dolstra
2022-04-12
assert hash types for Git and Mercurial
Kasper GaĆkowski
2022-04-09
libfetchers: Fix assertion (Mercurial)
Daniel Pauls
2022-03-01
Move some stuff from `Settings` to a new `FetchSettings`.
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-24
libfetchers: Rename immutable -> locked
Eelco Dolstra
2022-02-16
InputScheme::fetch(): Return a StorePath instead of a Tree
Eelco Dolstra
2021-09-13
RunOptions: Use designated initializers
Eelco Dolstra
2021-09-13
Remove tabs
Eelco Dolstra
2021-07-06
allow fetchMercurial to take a `name` argument
regnat
2020-12-23
Cast variants fully for libc++10
Matthew Bauer
2020-11-23
fetchMercurial: set HGPLAIN when invoking hg
Luke Granger-Brown
2020-11-10
Fix use of dirty Git/Mercurial inputs with chroot stores
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-21
Don't include <regex> in header files
Eelco Dolstra
2020-07-31
Fix indentation
John Ericson
2020-07-16
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-06-03
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-01
use Tree ctor
Matthew Kenigsberg
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-05-26
Change remaining bools with FileIngestionMethod
Carlo Nucera
2020-04-07
Respect the narHash attribute in more input types
Eelco Dolstra
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-04-02
Respect the narHash attribute in more input types
Eelco Dolstra
2020-03-30
Move fetchers from libstore to libfetchers
Eelco Dolstra