contrib/hgclient.py
changeset 51690 493034cc3265
parent 48946 642e31cb55f0
child 51700 7f0cb9ee0534
--- a/contrib/hgclient.py	Thu Jul 18 12:03:29 2024 +0200
+++ b/contrib/hgclient.py	Thu Jul 18 12:36:12 2024 +0200
@@ -21,7 +21,6 @@
         pargs = [re.sub(br'''\bb(['"])''', br'\1', b'%s' % a) for a in args]
         stdout.write(b' '.join(pargs) + b'\n')
 
-
 else:
     import cStringIO