diff tests/test-transplant @ 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 6334569c8caa
children d3fb413667e5
line wrap: on
line diff
--- a/tests/test-transplant	Sun Apr 26 11:49:17 2009 +0200
+++ b/tests/test-transplant	Sun Apr 26 14:29:02 2009 +0200
@@ -73,7 +73,7 @@
 baz
 EOF
 echo toremove > toremove
-hg ci -Amfoo -d '0 0'
+hg ci -Amfoo
 cat <<EOF > foo
 foo2
 bar2
@@ -81,14 +81,14 @@
 EOF
 rm toremove
 echo added > added
-hg ci -Amfoo2 -d '0 0'
+hg ci -Amfoo2
 echo bar > bar
-hg ci -Ambar -d '0 0'
+hg ci -Ambar
 echo bar2 >> bar
-hg ci -mbar2 -d '0 0'
+hg ci -mbar2
 hg up 0
 echo foobar > foo
-hg ci -mfoobar -d '0 0'
+hg ci -mfoobar
 hg transplant 1:3
 # transplant -c shouldn't use an old changeset
 hg up -C