tests/test-commandserver.py
changeset 19167 c57e99386d88
parent 19132 605deb776abf
parent 19166 e958b17696fe
child 20330 69a0d22b9677
--- a/tests/test-commandserver.py	Thu May 09 10:51:03 2013 -0500
+++ b/tests/test-commandserver.py	Thu May 09 15:22:21 2013 -0500
@@ -257,7 +257,7 @@
     runcommand(server, ['phase', '.'], outfilter=sep)
 
     # strip 1::4 outside server
-    os.system('hg --config extensions.mq= strip 1')
+    os.system('hg -q --config extensions.mq= strip 1')
 
     # shouldn't raise "7966c8e3734d: no node!"
     runcommand(server, ['branches'])