diff tests/test-rebase-check-restore @ 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 b214066b7e1d
children b345b1cc124f
line wrap: on
line diff
--- a/tests/test-rebase-check-restore	Sun Apr 26 14:29:02 2009 +0200
+++ b/tests/test-rebase-check-restore	Sun Apr 26 14:49:49 2009 +0200
@@ -9,11 +9,11 @@
 addcommit () {
     echo $1 > $1
     hg add $1
-    hg commit -d "${2} 0" -u test -m $1
+    hg commit -d "${2} 0" -m $1
 }
 
 commit () {
-    hg commit -d "${2} 0" -u test -m $1
+    hg commit -d "${2} 0" -m $1
 }
 
 createrepo () {