comparison tests/test-parentrevspec @ 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 0d4e068e9e52
children 5b7da468531b
comparison
equal deleted inserted replaced
8166:56719b1aa6f4 8167:6c82beaaa11a
14 HGMERGE=true hg merge -q $p2 14 HGMERGE=true hg merge -q $p2
15 fi 15 fi
16 16
17 echo >> foo 17 echo >> foo
18 18
19 hg commit -d '0 0' -qAm "$msg" 19 hg commit -qAm "$msg"
20 } 20 }
21 21
22 hg init repo 22 hg init repo
23 cd repo 23 cd repo
24 24