--- a/contrib/hgclient.py Sun Sep 28 16:55:14 2014 +0900
+++ b/contrib/hgclient.py Sun Sep 28 16:59:30 2014 +0900
@@ -63,9 +63,6 @@
return
def check(func, repopath=None):
- print
- print 'testing %s:' % func.__name__
- print
sys.stdout.flush()
server = connect(repopath)
try: