tests/test-subrepo-recursion.t
changeset 25610 37876ca00c0a
parent 25499 0fa964d6fd48
child 25682 125cedeebae8
equal deleted inserted replaced
25609:67a2192dcb64 25610:37876ca00c0a
   323 
   323 
   324 (unzip date formating is unstable, we do not care about it and glob it out)
   324 (unzip date formating is unstable, we do not care about it and glob it out)
   325 
   325 
   326   $ unzip -l ../archive.zip
   326   $ unzip -l ../archive.zip
   327   Archive:  ../archive.zip
   327   Archive:  ../archive.zip
   328     Length      Date    Time    Name
   328     Length [ ]* Date [ ]* Time [ ]* Name (re)
   329   ---------  ---------- -----   ----
   329   [\- ]* (re)
   330         172  ?????????? 00:00   .hg_archival.txt (glob)
   330         172  [0-9:\- ]*  .hg_archival.txt (re)
   331          10  ?????????? 00:00   .hgsub (glob)
   331          10  [0-9:\- ]*  .hgsub (re)
   332          45  ?????????? 00:00   .hgsubstate (glob)
   332          45  [0-9:\- ]*  .hgsubstate (re)
   333           3  ?????????? 00:00   x.txt (glob)
   333           3  [0-9:\- ]*  x.txt (re)
   334          10  ?????????? 00:00   foo/.hgsub (glob)
   334          10  [0-9:\- ]*  foo/.hgsub (re)
   335          45  ?????????? 00:00   foo/.hgsubstate (glob)
   335          45  [0-9:\- ]*  foo/.hgsubstate (re)
   336           9  ?????????? 00:00   foo/y.txt (glob)
   336           9  [0-9:\- ]*  foo/y.txt (re)
   337           9  ?????????? 00:00   foo/bar/z.txt (glob)
   337           9  [0-9:\- ]*  foo/bar/z.txt (re)
   338   ---------                     -------
   338   [\- ]* (re)
   339         303                     8 files
   339         303  [ ]*        8 files (re)
   340 
   340 
   341 Test archiving a revision that references a subrepo that is not yet
   341 Test archiving a revision that references a subrepo that is not yet
   342 cloned:
   342 cloned:
   343 
   343 
   344 #if hardlink
   344 #if hardlink