--- 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)
+