diff tests/test-rebase-mq-skip @ 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 808f03f61ebe
children b345b1cc124f
line wrap: on
line diff
--- a/tests/test-rebase-mq-skip	Sun Apr 26 14:29:02 2009 +0200
+++ b/tests/test-rebase-mq-skip	Sun Apr 26 14:49:49 2009 +0200
@@ -13,11 +13,11 @@
 
 echo 'c1' > c1
 hg add c1
-hg commit -d '0 0' -u test -m "C1"
+hg commit -d '0 0' -m "C1"
 
 echo 'r1' > r1
 hg add r1
-hg commit -d '1 0' -u test -m "R1"
+hg commit -d '1 0' -m "R1"
 
 hg up 0
 hg qnew p0.patch