contrib/hgclient.py
changeset 51699 ca7bde5dbafb
parent 51696 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