##// 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 runcommand(server, ['phase', '.']) # load _phasecache.phaseroots
252 runcommand(server, ['phase', '.']) # load _phasecache.phaseroots
253
253
254 # strip 1::4 outside server
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 # shouldn't raise "7966c8e3734d: no node!"
257 # shouldn't raise "7966c8e3734d: no node!"
258 runcommand(server, ['branches'])
258 runcommand(server, ['branches'])
@@ -187,6 +187,5 b' o 0:eff892de26ec'
187 runcommand phase -p .
187 runcommand phase -p .
188 runcommand phase .
188 runcommand phase .
189 5: public
189 5: public
190 saved backup bundle to $TESTTMP/.hg/strip-backup/d3a0a68be6de-backup.hg
191 runcommand branches
190 runcommand branches
192 default 1:731265503d86
191 default 1:731265503d86
General Comments 0
You need to be logged in to leave comments. Login now