comparison tests/test-hgweb-commands @ 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 c5e37dc38a52
children be2277c1dfcc
comparison
equal deleted inserted replaced
8166:56719b1aa6f4 8167:6c82beaaa11a
9 hg init test 9 hg init test
10 cd test 10 cd test
11 mkdir da 11 mkdir da
12 echo foo > da/foo 12 echo foo > da/foo
13 echo foo > foo 13 echo foo > foo
14 hg ci -d'0 0' -Ambase 14 hg ci -Ambase
15 hg tag 1.0 15 hg tag 1.0
16 hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log 16 hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
17 cat hg.pid >> $DAEMON_PIDS 17 cat hg.pid >> $DAEMON_PIDS
18 18
19 echo % Logs and changes 19 echo % Logs and changes