branch | stable |
changeset 16114 | acfca07a8f26 |
parent 15989 | 6548a2e32285 |
child 16115 | 236bb604dc39 |
--- a/tests/test-commandserver.py Wed Feb 15 23:49:15 2012 +0200 +++ b/tests/test-commandserver.py Wed Feb 15 23:44:10 2012 +0200 @@ -163,8 +163,10 @@ f = open('a', 'ab') f.write('a\n') f.close() + runcommand(server, ['status']) os.system('hg ci -Am2') runcommand(server, ['tip']) + runcommand(server, ['status']) def bookmarks(server): readchannel(server)