Mercurial > public > mercurial-scm > hg
diff tests/test-rebase-collapse @ 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 | 45495d784ad6 |
children | 49efeed49c94 |
line wrap: on
line diff
--- a/tests/test-rebase-collapse Sun Apr 26 14:29:02 2009 +0200 +++ b/tests/test-rebase-collapse 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 () {