comparison tests/test-archive @ 4867:0e2d0a78f81a

archive: make the %r escape work.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Wed, 11 Jul 2007 19:56:16 -0300
parents beb774707c52
children 192cd95c2ba8 a49f2a4d5ff7
comparison
equal deleted inserted replaced
4866:9858477ed74c 4867:0e2d0a78f81a
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 hg archive -r 0 -t tar rev-%r.tar
67 if [ -f rev-0.tar ]; then
68 echo 'rev-0.tar created'
69 fi