hgext/convert/git.py
changeset 47142 bea4717415c0
parent 47055 d55b71393907
parent 47031 f38bf44e077f
child 47633 770fd64a63e0
--- a/hgext/convert/git.py	Fri May 07 08:38:17 2021 -0700
+++ b/hgext/convert/git.py	Fri May 07 22:06:25 2021 -0400
@@ -527,5 +527,5 @@
         return bookmarks
 
     def checkrevformat(self, revstr, mapname=b'splicemap'):
-        """ git revision string is a 40 byte hex """
+        """git revision string is a 40 byte hex"""
         self.checkhexformat(revstr, mapname)