diff tests/test-bookmarks-rebase @ 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 98408cb74137
children 8766fee6f225
line wrap: on
line diff
--- a/tests/test-bookmarks-rebase	Sun Apr 26 11:49:17 2009 +0200
+++ b/tests/test-bookmarks-rebase	Sun Apr 26 14:29:02 2009 +0200
@@ -14,17 +14,17 @@
 hg init
 
 echo 'a' > a
-hg ci -A -d '0 0' -u test -m "0"
+hg ci -A -u test -m "0"
 
 echo 'b' > b
-hg ci -A -d '0 0' -u test -m "1"
+hg ci -A -u test -m "1"
 
 hg up 0
 echo 'c' > c
-hg ci -A -d '0 0' -u test -m "2"
+hg ci -A -u test -m "2"
 
 echo 'd' > d
-hg ci -A -d '0 0' -u test -m "3"
+hg ci -A -u test -m "3"
 
 hg bookmark -r 1 one
 hg bookmark -r 3 two
@@ -35,4 +35,4 @@
 echo % rebase
 hg rebase -s two -d one 2>&1 | cleanoutput
 
-hg log
\ No newline at end of file
+hg log