diff mercurial/bundle2.py @ 47128:bea4717415c0

merge with stable
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 07 May 2021 22:06:25 -0400
parents 1680c94741f8 f38bf44e077f
children 19d4802cb304
line wrap: on
line diff
--- a/mercurial/bundle2.py	Fri May 07 08:38:17 2021 -0700
+++ b/mercurial/bundle2.py	Fri May 07 22:06:25 2021 -0400
@@ -828,7 +828,7 @@
         return params
 
     def _processallparams(self, paramsblock):
-        """"""
+        """ """
         params = util.sortdict()
         for p in paramsblock.split(b' '):
             p = p.split(b'=', 1)