comparison tests/test-archive @ 6183:0750e4ba9d3d

Add config option to disable putting .hg_archival.txt inside archives.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 28 Feb 2008 22:39:59 +0100
parents 20b05618b3e2
children 118720f857b9
comparison
equal deleted inserted replaced
6182:07f2236c4dee 6183:0750e4ba9d3d
57 python md5comp.py tip1.tar.gz tip2.tar.gz 57 python md5comp.py tip1.tar.gz tip2.tar.gz
58 58
59 hg archive -t zip -p /illegal test.zip 59 hg archive -t zip -p /illegal test.zip
60 hg archive -t zip -p very/../bad test.zip 60 hg archive -t zip -p very/../bad test.zip
61 61
62 hg archive -t zip -r 2 test.zip 62 hg archive --config ui.archivemeta=false -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 67 hg archive -r 0 -t tar rev-%r.tar