mercurial/bundle2.py
branchstable
changeset 47062 f38bf44e077f
parent 46907 ffd3e823a7e5
child 47128 bea4717415c0
--- a/mercurial/bundle2.py	Tue May 04 13:28:42 2021 -0400
+++ b/mercurial/bundle2.py	Fri Apr 30 16:13:02 2021 -0700
@@ -829,7 +829,7 @@
         return params
 
     def _processallparams(self, paramsblock):
-        """"""
+        """ """
         params = util.sortdict()
         for p in paramsblock.split(b' '):
             p = p.split(b'=', 1)