Show More
@@ -117,13 +117,13 b' invalid arch type should give 404' | |||||
117 | $ python getarchive.py "$TIP" zip > archive.zip |
|
117 | $ python getarchive.py "$TIP" zip > archive.zip | |
118 | $ unzip -t archive.zip |
|
118 | $ unzip -t archive.zip | |
119 | Archive: archive.zip |
|
119 | Archive: archive.zip | |
120 |
testing: test-archive-1701ef1f1510/.hg_archival.txt |
|
120 | testing: test-archive-1701ef1f1510/.hg_archival.txt*OK (glob) | |
121 |
testing: test-archive-1701ef1f1510/.hgsub |
|
121 | testing: test-archive-1701ef1f1510/.hgsub*OK (glob) | |
122 |
testing: test-archive-1701ef1f1510/.hgsubstate |
|
122 | testing: test-archive-1701ef1f1510/.hgsubstate*OK (glob) | |
123 |
testing: test-archive-1701ef1f1510/bar |
|
123 | testing: test-archive-1701ef1f1510/bar*OK (glob) | |
124 |
testing: test-archive-1701ef1f1510/baz/bletch |
|
124 | testing: test-archive-1701ef1f1510/baz/bletch*OK (glob) | |
125 |
testing: test-archive-1701ef1f1510/foo |
|
125 | testing: test-archive-1701ef1f1510/foo*OK (glob) | |
126 |
testing: test-archive-1701ef1f1510/subrepo/sub |
|
126 | testing: test-archive-1701ef1f1510/subrepo/sub*OK (glob) | |
127 | No errors detected in compressed data of archive.zip. |
|
127 | No errors detected in compressed data of archive.zip. | |
128 |
|
128 | |||
129 | test that we can download single directories and files |
|
129 | test that we can download single directories and files | |
@@ -235,9 +235,9 b' rename them afterwards.' | |||||
235 | $ hg archive --config ui.archivemeta=false -t zip -r 2 test.zip |
|
235 | $ hg archive --config ui.archivemeta=false -t zip -r 2 test.zip | |
236 | $ unzip -t test.zip |
|
236 | $ unzip -t test.zip | |
237 | Archive: test.zip |
|
237 | Archive: test.zip | |
238 |
testing: test/bar |
|
238 | testing: test/bar*OK (glob) | |
239 |
testing: test/baz/bletch |
|
239 | testing: test/baz/bletch*OK (glob) | |
240 |
testing: test/foo |
|
240 | testing: test/foo*OK (glob) | |
241 | No errors detected in compressed data of test.zip. |
|
241 | No errors detected in compressed data of test.zip. | |
242 |
|
242 | |||
243 | $ hg archive -t tar - | tar tf - 2>/dev/null |
|
243 | $ hg archive -t tar - | tar tf - 2>/dev/null |
@@ -232,8 +232,8 b' Archive contains largefiles' | |||||
232 | ... f.write(urllib2.urlopen(u).read()) |
|
232 | ... f.write(urllib2.urlopen(u).read()) | |
233 | $ unzip -t archive.zip |
|
233 | $ unzip -t archive.zip | |
234 | Archive: archive.zip |
|
234 | Archive: archive.zip | |
235 |
testing: empty-default/.hg_archival.txt |
|
235 | testing: empty-default/.hg_archival.txt*OK (glob) | |
236 |
testing: empty-default/f1 |
|
236 | testing: empty-default/f1*OK (glob) | |
237 | No errors detected in compressed data of archive.zip. |
|
237 | No errors detected in compressed data of archive.zip. | |
238 |
|
238 | |||
239 | test 'verify' with remotestore: |
|
239 | test 'verify' with remotestore: |
General Comments 0
You need to be logged in to leave comments.
Login now