equal
deleted
inserted
replaced
255 runcommand(server, ['phase', '-p', '.']) |
255 runcommand(server, ['phase', '-p', '.']) |
256 # load _phasecache.phaseroots |
256 # load _phasecache.phaseroots |
257 runcommand(server, ['phase', '.'], outfilter=sep) |
257 runcommand(server, ['phase', '.'], outfilter=sep) |
258 |
258 |
259 # strip 1::4 outside server |
259 # strip 1::4 outside server |
260 os.system('hg --config extensions.mq= strip 1') |
260 os.system('hg -q --config extensions.mq= strip 1') |
261 |
261 |
262 # shouldn't raise "7966c8e3734d: no node!" |
262 # shouldn't raise "7966c8e3734d: no node!" |
263 runcommand(server, ['branches']) |
263 runcommand(server, ['branches']) |
264 |
264 |
265 if __name__ == '__main__': |
265 if __name__ == '__main__': |