diff 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
line wrap: on
line diff
--- a/tests/test-hgweb-no-request-uri	Thu Sep 02 23:36:43 2010 +0200
+++ b/tests/test-hgweb-no-request-uri	Thu Sep 02 23:45:47 2010 +0200
@@ -8,7 +8,7 @@
 hg init
 echo foo > bar
 hg add bar
-hg commit -m "test" -u "Testing"
+hg commit -m "test"
 hg tip
 
 cat > request.py <<EOF