comparison 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
comparison
equal deleted inserted replaced
4867:8be7ba425621 4868:192cd95c2ba8
62 hg archive -t zip -r 2 test.zip 62 hg archive -t zip -r 2 test.zip
63 unzip -t test.zip 63 unzip -t test.zip
64 64
65 hg archive -t tar - | tar tf - | sed "s/$QTIP/TIP/" 65 hg archive -t tar - | tar tf - | sed "s/$QTIP/TIP/"
66 66
67 hg archive -r 0 -t tar rev-%r.tar
68 if [ -f rev-0.tar ]; then
69 echo 'rev-0.tar created'
70 fi
71
67 echo '% empty repo' 72 echo '% empty repo'
68 hg init ../empty 73 hg init ../empty
69 cd ../empty 74 cd ../empty
70 hg archive ../test-empty 75 hg archive ../test-empty
71 exit 0 76 exit 0