changeset 22991 | a94594f5d52f |
parent 22572 | cc3d9f776632 |
child 22992 | 892b2b8c1b50 |
--- a/contrib/hgclient.py Sat Sep 27 15:10:14 2014 +0900 +++ b/contrib/hgclient.py Sat Sep 27 22:39:01 2014 +0900 @@ -62,9 +62,9 @@ if ch.isupper(): return -def check(func, repopath=None): +def check(func): sys.stdout.flush() - server = connect(repopath) + server = connect() try: return func(server) finally: