Mercurial > public > mercurial-scm > hg
diff tests/test-commit @ 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 |
line wrap: on
line diff
--- a/tests/test-commit Sun Apr 26 14:29:02 2009 +0200 +++ b/tests/test-commit Sun Apr 26 14:49:49 2009 +0200 @@ -62,8 +62,8 @@ mkdir bar echo bar > bar/bar hg add -hg ci -d '1000000 0' -u test -m commit-subdir-1 foo -hg ci -d '1000001 0' -u test -m commit-subdir-2 bar +hg ci -d '1000000 0' -m commit-subdir-1 foo +hg ci -d '1000001 0' -m commit-subdir-2 bar echo % subdir log 1 hg log -v foo echo % subdir log 2 @@ -78,9 +78,9 @@ mkdir foo echo foo content > foo/plain-file hg add foo/plain-file -hg ci -d '1000000 0' -u test -m commit-foo-subdir foo +hg ci -d '1000000 0' -m commit-foo-subdir foo echo modified foo content > foo/plain-file -hg ci -d '2000000 0' -u test -m commit-foo-dot . +hg ci -d '2000000 0' -m commit-foo-dot . echo % full log hg log -v echo % subdir log