##// END OF EJS Templates
tests: quiet strip to avoid commandserver pathsep issue
Matt Mackall -
r19166:e958b176 stable
parent child Browse files
Show More
@@ -252,7 +252,7 b' def phasecacheafterstrip(server):'
252 252 runcommand(server, ['phase', '.']) # load _phasecache.phaseroots
253 253
254 254 # strip 1::4 outside server
255 os.system('hg --config extensions.mq= strip 1')
255 os.system('hg -q --config extensions.mq= strip 1')
256 256
257 257 # shouldn't raise "7966c8e3734d: no node!"
258 258 runcommand(server, ['branches'])
@@ -187,6 +187,5 b' o 0:eff892de26ec'
187 187 runcommand phase -p .
188 188 runcommand phase .
189 189 5: public
190 saved backup bundle to $TESTTMP/.hg/strip-backup/d3a0a68be6de-backup.hg
191 190 runcommand branches
192 191 default 1:731265503d86
General Comments 0
You need to be logged in to leave comments. Login now