mercurial/state.py
branchstable
changeset 47062 f38bf44e077f
parent 45942 89a2afe31e82
child 48875 6000f5b25c9b
--- a/mercurial/state.py	Tue May 04 13:28:42 2021 -0400
+++ b/mercurial/state.py	Fri Apr 30 16:13:02 2021 -0700
@@ -188,7 +188,7 @@
         return self._cmdmsg
 
     def continuemsg(self):
-        """ returns appropriate continue message corresponding to command"""
+        """returns appropriate continue message corresponding to command"""
         return _(b'hg %s --continue') % (self._opname)
 
     def isunfinished(self, repo):