Mercurial > public > mercurial-scm > hg-stable
comparison tests/test-commandserver.py @ 19167:c57e99386d88
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 09 May 2013 15:22:21 -0500 |
parents | 605deb776abf e958b17696fe |
children | 69a0d22b9677 |
comparison
equal
deleted
inserted
replaced
19163:f6109ee404d5 | 19167:c57e99386d88 |
---|---|
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__': |