comparison tests/test-hgweb-no-path-info @ 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 2cfdabe235fb
children dfb11f9922c1
comparison
equal deleted inserted replaced
8166:56719b1aa6f4 8167:6c82beaaa11a
6 mkdir repo 6 mkdir repo
7 cd repo 7 cd repo
8 hg init 8 hg init
9 echo foo > bar 9 echo foo > bar
10 hg add bar 10 hg add bar
11 hg commit -m "test" -d "0 0" -u "Testing" 11 hg commit -m "test" -u "Testing"
12 hg tip 12 hg tip
13 13
14 cat > request.py <<EOF 14 cat > request.py <<EOF
15 from mercurial.hgweb import hgweb, hgwebdir 15 from mercurial.hgweb import hgweb, hgwebdir
16 from StringIO import StringIO 16 from StringIO import StringIO