comparison tests/test-archive @ 5124:06154aff2b1a

merge with -stable
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 08 Aug 2007 23:00:01 +0200
parents 0f594cc36aed
children e3a0c092b4e2
comparison
equal deleted inserted replaced
5123:f94dbc6c7eaf 5124:06154aff2b1a
61 61
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 hg archive -r 0 -t tar rev-%r.tar 67 hg archive -r 0 -t tar rev-%r.tar
67 if [ -f rev-0.tar ]; then 68 if [ -f rev-0.tar ]; then
68 echo 'rev-0.tar created' 69 echo 'rev-0.tar created'
69 fi 70 fi
70 71