2009-11-14 21:14:21 +01:00
|
|
|
source $stdenv/setup
|
|
|
|
header "getting $url${tag:+ ($tag)} into $out"
|
|
|
|
|
2014-05-29 09:06:13 +02:00
|
|
|
hg clone --insecure "$url" hg-clone
|
2009-11-14 21:14:21 +01:00
|
|
|
|
2014-05-28 10:40:21 +02:00
|
|
|
hg archive -q -y ${tag:+-r "$tag"} --cwd hg-clone $out
|
|
|
|
rm -f $out/.hg_archival.txt
|
2009-11-14 21:14:21 +01:00
|
|
|
|
|
|
|
stopNest
|