summary refs log tree commit diff
path: root/pkgs/build-support/fetchhg/builder.sh
Commit message (Collapse)AuthorAge
* fetchhg: add option to fetch hg subreposRobert Scott2015-05-04
|
* fetchbzr, fetchdarcs, fetchhg: use `rev` attrBenno Fünfstück2014-06-28
| | | | | This makes it match the behaviour of fetchgit and fetchsvn, so it's easier to write scripts that support all of them.
* Fix regression in fetchhg.Rob Vermaas2014-05-29
|
* Make fetchhg do the same as nix-prefetch-hg, use hg archive. Fixes #2781.Rob Vermaas2014-05-28
|
* fetchhg: allow untrusted certs (merge #540)Jack Cummings2013-05-20
| | | | It's for fixed-output derivations, security provided by output hash.
* revert previous commit, i'm not awake...Rob Vermaas2011-12-19
| | | | svn path=/nixpkgs/trunk/; revision=30971
* make sure fetchhg always produces same output for same revisionRob Vermaas2011-12-19
| | | | svn path=/nixpkgs/trunk/; revision=30970
* * Add a fetchhg builder to checkout mercurial repositories.Nicolas Pierron2009-11-14
svn path=/nixpkgs/trunk/; revision=18347