mercurial/state.py
changeset 45244 d4a28b76fa54
parent 45215 a253ded5b03d
child 45942 89a2afe31e82
--- a/mercurial/state.py	Thu Jul 30 16:13:17 2020 +0200
+++ b/mercurial/state.py	Tue Jul 28 11:11:14 2020 -0700
@@ -170,12 +170,10 @@
                     self._opname,
                 )
             else:
-                return _(b"use 'hg %s --continue', 'hg %s --abort', "
-                         b"or 'hg %s --stop'") % (
-                    self._opname,
-                    self._opname,
-                    self._opname,
-                )
+                return _(
+                    b"use 'hg %s --continue', 'hg %s --abort', "
+                    b"or 'hg %s --stop'"
+                ) % (self._opname, self._opname, self._opname,)
 
         return self._cmdhint