diff tests/test-bookmarks-rebase @ 8168:8766fee6f225

tests: removed redundant "-u test" from test scripts The tests are executed with a .hgrc file which adds "-u test" by default.
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 14:49:49 +0200
parents 6c82beaaa11a
children b345b1cc124f
line wrap: on
line diff
--- a/tests/test-bookmarks-rebase	Sun Apr 26 14:29:02 2009 +0200
+++ b/tests/test-bookmarks-rebase	Sun Apr 26 14:49:49 2009 +0200
@@ -14,17 +14,17 @@
 hg init
 
 echo 'a' > a
-hg ci -A -u test -m "0"
+hg ci -A -m "0"
 
 echo 'b' > b
-hg ci -A -u test -m "1"
+hg ci -A -m "1"
 
 hg up 0
 echo 'c' > c
-hg ci -A -u test -m "2"
+hg ci -A -m "2"
 
 echo 'd' > d
-hg ci -A -u test -m "3"
+hg ci -A -m "3"
 
 hg bookmark -r 1 one
 hg bookmark -r 3 two