diff tests/test-archive @ 4868:192cd95c2ba8

merge with crew-stable
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Wed, 11 Jul 2007 20:15:03 -0300
parents 6dc0094c0827 0e2d0a78f81a
children 0f594cc36aed
line wrap: on
line diff
--- a/tests/test-archive
+++ b/tests/test-archive
@@ -64,8 +64,13 @@ unzip -t test.zip
 
 hg archive -t tar - | tar tf - | sed "s/$QTIP/TIP/"
 
+hg archive -r 0 -t tar rev-%r.tar
+if [ -f rev-0.tar ]; then
+    echo 'rev-0.tar created'
+fi
+
 echo '% empty repo'
 hg init ../empty
 cd ../empty
 hg archive ../test-empty
-exit 0
\ No newline at end of file
+exit 0