Mercurial > public > mercurial-scm > hg-stable
diff tests/test-clone @ 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 | a218ba5f60df |
children | 2f1ab7f77ddc |
line wrap: on
line diff
--- a/tests/test-clone Sun Apr 26 11:49:17 2009 +0200 +++ b/tests/test-clone Sun Apr 26 14:29:02 2009 +0200 @@ -7,14 +7,14 @@ hg init echo a > a hg add a -hg commit -m test -d '0 0' +hg commit -m test echo first line > b hg add b # create a non-inlined filelog python -c 'for x in range(10000): print x' >> data1 for j in 0 1 2 3 4 5 6 7 8 9; do cat data1 >> b - hg commit -m test -d '0 0' + hg commit -m test done echo % "list files in store/data (should show a 'b.d')" for i in .hg/store/data/*; do