Mercurial > public > mercurial-scm > hg-stable
diff tests/test-commandserver.py @ 19167:c57e99386d88
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 09 May 2013 15:22:21 -0500 |
parents | 605deb776abf e958b17696fe |
children | 69a0d22b9677 |
line wrap: on
line diff
--- 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'])