remove .hg-archival.txt in nix-prefetch-hg

This commit is contained in:
Rob Vermaas 2011-11-03 19:44:05 -04:00
parent d14f7c7720
commit 41c649a2fd

View file

@ -49,6 +49,7 @@ if test -z "$finalPath"; then
tmpClone=$url tmpClone=$url
fi fi
hg archive -q -y -r "$rev" --cwd $tmpClone $tmpArchive hg archive -q -y -r "$rev" --cwd $tmpClone $tmpArchive
rm -f $tmpArchive/.hg_archival.txt
# Compute the hash. # Compute the hash.