diff -r 3f75fb837638 -r acfca07a8f26 tests/test-commandserver.py --- 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)