diff mercurial/upgrade_utils/engine.py @ 47128:bea4717415c0

merge with stable
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 07 May 2021 22:06:25 -0400
parents 3aab2330b7d3 f38bf44e077f
children a07d5cb03a85
line wrap: on
line diff
--- a/mercurial/upgrade_utils/engine.py	Fri May 07 08:38:17 2021 -0700
+++ b/mercurial/upgrade_utils/engine.py	Fri May 07 22:06:25 2021 -0400
@@ -134,7 +134,7 @@
     sidedata_helpers,
     oncopiedrevision,
 ):
-    """ returns the new revlog object created"""
+    """returns the new revlog object created"""
     newrl = None
     if matchrevlog(upgrade_op.revlogs_to_process, rl_type):
         ui.note(