hgext/convert/git.py
changeset 19121 478a04605ce1
parent 18572 5fe58f9332a4
child 20373 e8203629371b
--- a/hgext/convert/git.py	Thu Apr 25 11:50:26 2013 -0700
+++ b/hgext/convert/git.py	Thu Apr 25 16:02:58 2013 -0700
@@ -296,3 +296,8 @@
                 pass
 
         return bookmarks
+
+    def checkrevformat(self, revstr):
+        """ git revision string is a 40 byte hex """
+        self.checkhexformat(revstr)
+