##// END OF EJS Templates
test-archive: whitespace cleanup
Martin Geisler -
r13140:217ae7d5 default
parent child Browse files
Show More
@@ -30,7 +30,6 b''
30 30
31 31 check http return codes
32 32
33
34 33 $ test_archtype gz tar.gz tar.bz2 zip
35 34 % gz allowed should give 200
36 35 200 Script output follows
@@ -150,9 +149,8 b" The '-t' should override autodetection"
150 149 > print h1 == h2 or "md5 differ: " + repr((h1, h2))
151 150 > EOF
152 151
153 archive name is stored in the archive, so create similar
154
155 archives and rename them afterwards.
152 archive name is stored in the archive, so create similar archives and
153 rename them afterwards.
156 154
157 155 $ hg archive -t tgz tip.tar.gz
158 156 $ mv tip.tar.gz tip1.tar.gz
@@ -219,6 +217,7 b' empty repo'
219 217 $ hg archive ../test-empty
220 218 abort: no working directory: please specify a revision
221 219 [255]
220
222 221 old file -- date clamped to 1980
223 222
224 223 $ touch -t 197501010000 old
General Comments 0
You need to be logged in to leave comments. Login now