make sure fetchhg always produces same output for same revision

svn path=/nixpkgs/trunk/; revision=30970
This commit is contained in:
Rob Vermaas 2011-12-19 21:12:57 +00:00
parent 121a926167
commit 1ef78f94eb

View file

@ -5,5 +5,6 @@ header "getting $url${tag:+ ($tag)} into $out"
hg clone ${tag:+-r "$tag"} "$url" "$out"
rm -rf "$out/.hg"
rm -f "$out/.hg_archival.txt"
stopNest