contrib/hgclient.py
changeset 22572 cc3d9f776632
parent 22570 db497a1ef1c1
child 22991 a94594f5d52f
--- a/contrib/hgclient.py	Sun Sep 28 14:46:57 2014 +0900
+++ b/contrib/hgclient.py	Sun Sep 28 17:21:38 2014 +0900
@@ -32,7 +32,7 @@
 
 def runcommand(server, args, output=sys.stdout, error=sys.stderr, input=None,
                outfilter=lambda x: x):
-    print ' runcommand', ' '.join(args)
+    print '*** runcommand', ' '.join(args)
     sys.stdout.flush()
     server.stdin.write('runcommand\n')
     writeblock(server, '\0'.join(args))