tests/test-http-branchmap.t
changeset 14647 2e9f379de0ac
parent 13815 d066d8d652c8
child 15446 c5c9ca3719f9
child 15615 41885892796e
--- a/tests/test-http-branchmap.t	Wed Jun 15 23:15:04 2011 +0300
+++ b/tests/test-http-branchmap.t	Fri Jun 03 17:27:41 2011 +0300
@@ -79,7 +79,7 @@
   > 
   > myui = ui.ui()
   > repo = hg.repository(myui, 'a')
-  > commands.serve(myui, repo, stdio=True)
+  > commands.serve(myui, repo, stdio=True, cmdserver=False)
   > EOF
   $ echo baz >> b/foo
   $ hg -R b ci -m baz