comparison tests/test-hgweb-no-request-uri @ 12161:dfb11f9922c1

tests: remove unneeded -u flags
author Martin Geisler <mg@lazybytes.net>
date Thu, 02 Sep 2010 23:45:47 +0200
parents 6c82beaaa11a
children 045c9e8db0d8
comparison
equal deleted inserted replaced
12160:44fcacae45c8 12161:dfb11f9922c1
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" -u "Testing" 11 hg commit -m "test"
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