Mercurial > hg
comparison tests/test-dumprevlog @ 8167:6c82beaaa11a
tests: removed redundant "-d '0 0'" from test scripts
The tests are executed with a .hgrc file which adds "-d '0 0'" by
default.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Apr 2009 14:29:02 +0200 |
parents | 7946503ec76e |
children |
comparison
equal
deleted
inserted
replaced
8166:56719b1aa6f4 | 8167:6c82beaaa11a |
---|---|
7 cd repo-a | 7 cd repo-a |
8 hg init | 8 hg init |
9 | 9 |
10 echo this is file a > a | 10 echo this is file a > a |
11 hg add a | 11 hg add a |
12 hg commit -m first -d '0 0' | 12 hg commit -m first |
13 | 13 |
14 echo adding to file a >> a | 14 echo adding to file a >> a |
15 hg commit -m second -d '0 0' | 15 hg commit -m second |
16 | 16 |
17 echo adding more to file a >> a | 17 echo adding more to file a >> a |
18 hg commit -m third -d '0 0' | 18 hg commit -m third |
19 | 19 |
20 hg verify | 20 hg verify |
21 | 21 |
22 echo | 22 echo |
23 echo % dumping revlog of file a to stdout | 23 echo % dumping revlog of file a to stdout |