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