##// END OF EJS Templates
test-subrepo-recursion: more aggressively regex 'unzip -l' output for 10.10...
Matt Harbison -
r25610:37876ca0 default
parent child Browse files
Show More
@@ -325,18 +325,18 b' Test archiving to zip file (unzip output'
325 325
326 326 $ unzip -l ../archive.zip
327 327 Archive: ../archive.zip
328 Length Date Time Name
329 --------- ---------- ----- ----
330 172 ?????????? 00:00 .hg_archival.txt (glob)
331 10 ?????????? 00:00 .hgsub (glob)
332 45 ?????????? 00:00 .hgsubstate (glob)
333 3 ?????????? 00:00 x.txt (glob)
334 10 ?????????? 00:00 foo/.hgsub (glob)
335 45 ?????????? 00:00 foo/.hgsubstate (glob)
336 9 ?????????? 00:00 foo/y.txt (glob)
337 9 ?????????? 00:00 foo/bar/z.txt (glob)
338 --------- -------
339 303 8 files
328 Length [ ]* Date [ ]* Time [ ]* Name (re)
329 [\- ]* (re)
330 172 [0-9:\- ]* .hg_archival.txt (re)
331 10 [0-9:\- ]* .hgsub (re)
332 45 [0-9:\- ]* .hgsubstate (re)
333 3 [0-9:\- ]* x.txt (re)
334 10 [0-9:\- ]* foo/.hgsub (re)
335 45 [0-9:\- ]* foo/.hgsubstate (re)
336 9 [0-9:\- ]* foo/y.txt (re)
337 9 [0-9:\- ]* foo/bar/z.txt (re)
338 [\- ]* (re)
339 303 [ ]* 8 files (re)
340 340
341 341 Test archiving a revision that references a subrepo that is not yet
342 342 cloned:
General Comments 0
You need to be logged in to leave comments. Login now