hgext/convert/hg.py
changeset 47128 bea4717415c0
parent 47012 d55b71393907
parent 47062 f38bf44e077f
child 48116 5ced12cfa41b
--- a/hgext/convert/hg.py	Fri May 07 08:38:17 2021 -0700
+++ b/hgext/convert/hg.py	Fri May 07 22:06:25 2021 -0400
@@ -728,5 +728,5 @@
         return bookmarks.listbookmarks(self.repo)
 
     def checkrevformat(self, revstr, mapname=b'splicemap'):
-        """ Mercurial, revision string is a 40 byte hex """
+        """Mercurial, revision string is a 40 byte hex"""
         self.checkhexformat(revstr, mapname)