tests/test-commandserver.py
branchstable
changeset 16115 236bb604dc39
parent 16114 acfca07a8f26
child 16116 ce0ad184f489
--- a/tests/test-commandserver.py	Wed Feb 15 23:44:10 2012 +0200
+++ b/tests/test-commandserver.py	Wed Feb 15 20:02:35 2012 +0200
@@ -181,6 +181,13 @@
     os.system('hg upd bm1 -q')
     runcommand(server, ['bookmarks'])
 
+    runcommand(server, ['bookmarks', 'bm3'])
+    f = open('a', 'ab')
+    f.write('a\n')
+    f.close()
+    runcommand(server, ['commit', '-Amm'])
+    runcommand(server, ['bookmarks'])
+
 def tagscache(server):
     readchannel(server)
     runcommand(server, ['id', '-t', '-r', '0'])