tests: quiet strip to avoid commandserver pathsep issue

This commit is contained in:
Matt Mackall 2013-05-09 15:17:29 -05:00
parent d2d6316f27
commit 43b6b506f1
2 changed files with 1 additions and 2 deletions

View File

@ -252,7 +252,7 @@ def phasecacheafterstrip(server):
runcommand(server, ['phase', '.']) # load _phasecache.phaseroots
# 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'])

View File

@ -187,6 +187,5 @@ o 0:eff892de26ec
runcommand phase -p .
runcommand phase .
5: public
saved backup bundle to $TESTTMP/.hg/strip-backup/d3a0a68be6de-backup.hg
runcommand branches
default 1:731265503d86