changeset 1933 | 7544700fd931 |
parent 814 | 0902ffece4b4 |
--- a/tests/test-backwards-remove Mon Mar 13 12:22:55 2006 +0100 +++ b/tests/test-backwards-remove Mon Mar 13 13:05:41 2006 +0100 @@ -2,11 +2,11 @@ hg init echo This is file a1 > a hg add a -hg commit -m "commit #0" -d "0 0" +hg commit -m "commit #0" -d "1000000 0" ls echo This is file b1 > b hg add b -hg commit -m "commit #1" -d "0 0" +hg commit -m "commit #1" -d "1000000 0" hg co 0 # B should disappear ls