Mercurial > hg-stable
diff tests/test-rebase-parameters @ 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 | 204c7850c158 |
children | b345b1cc124f |
line wrap: on
line diff
--- a/tests/test-rebase-parameters Sun Apr 26 14:29:02 2009 +0200 +++ b/tests/test-rebase-parameters Sun Apr 26 14:49:49 2009 +0200 @@ -6,11 +6,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 () {