Mercurial > hg
comparison tests/test-verify @ 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 | baaa832fd253 |
children | da1b93583855 |
comparison
equal
deleted
inserted
replaced
8166:56719b1aa6f4 | 8167:6c82beaaa11a |
---|---|
5 cd a | 5 cd a |
6 echo "some text" > FOO.txt | 6 echo "some text" > FOO.txt |
7 echo "another text" > bar.txt | 7 echo "another text" > bar.txt |
8 echo "more text" > QUICK.txt | 8 echo "more text" > QUICK.txt |
9 hg add | 9 hg add |
10 hg ci -d '0 0' -mtest1 | 10 hg ci -mtest1 |
11 | 11 |
12 echo | 12 echo |
13 echo % verify | 13 echo % verify |
14 hg verify | 14 hg verify |
15 | 15 |