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']) |
General Comments 0
You need to be logged in to leave comments.
Login now