Mercurial > public > mercurial-scm > hg
diff tests/test-pull-http @ 8167:6c82beaaa11a
tests: removed redundant "-d '0 0'" from test scripts
The tests are executed with a .hgrc file which adds "-d '0 0'" by
default.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Apr 2009 14:29:02 +0200 |
parents | 4afc3208a7b8 |
children | ace3cf2bc991 |
line wrap: on
line diff
--- a/tests/test-pull-http Sun Apr 26 11:49:17 2009 +0200 +++ b/tests/test-pull-http Sun Apr 26 14:29:02 2009 +0200 @@ -5,13 +5,13 @@ hg init test cd test echo a > a -hg ci -Ama -d '0 0' +hg ci -Ama cd .. hg clone test test2 cd test2 echo a >> a -hg ci -mb -d '0 0' +hg ci -mb echo % expect error, cloning not allowed echo '[web]' > .hg/hgrc