Mercurial > hg
comparison tests/test-dispatch @ 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 | dbc40381620e |
children | c88c8d59979f |
comparison
equal
deleted
inserted
replaced
8166:56719b1aa6f4 | 8167:6c82beaaa11a |
---|---|
4 "$TESTDIR/hghave" no-outer-repo || exit 80 | 4 "$TESTDIR/hghave" no-outer-repo || exit 80 |
5 | 5 |
6 hg init a | 6 hg init a |
7 cd a | 7 cd a |
8 echo a > a | 8 echo a > a |
9 hg ci -Ama -d '0 0' | 9 hg ci -Ama |
10 | 10 |
11 echo "# missing arg" | 11 echo "# missing arg" |
12 hg cat | 12 hg cat |
13 | 13 |
14 echo '% [defaults]' | 14 echo '% [defaults]' |