Mercurial > hg
comparison tests/test-archive.t @ 12339:f85338f509e4
tests: fixup tests using unzip -l
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 20 Sep 2010 15:50:36 -0500 |
parents | 92e30e135581 |
children | c01dc9087d9a |
comparison
equal
deleted
inserted
replaced
12338:b016fc1c0862 | 12339:f85338f509e4 |
---|---|
225 $ hg add old | 225 $ hg add old |
226 $ hg commit -m old | 226 $ hg commit -m old |
227 $ hg archive ../old.zip | 227 $ hg archive ../old.zip |
228 $ unzip -l ../old.zip | 228 $ unzip -l ../old.zip |
229 Archive: ../old.zip | 229 Archive: ../old.zip |
230 Length Date Time Name | 230 \s*Length.* |
231 --------- ---------- ----- ---- | 231 .*-----.* |
232 147 1980-01-01 00:00 old/.hg_archival.txt | 232 .*147.*80.*00:00.*old/.hg_archival.txt |
233 0 1980-01-01 00:00 old/old | 233 .*0.*80.*00:00.*old/old |
234 --------- ------- | 234 .*-----.* |
235 147 2 files | 235 \s*147\s+2 files |