hgext/convert/git.py
changeset 47128 bea4717415c0
parent 47012 d55b71393907
parent 47062 f38bf44e077f
child 47633 770fd64a63e0
equal deleted inserted replaced
47127:5ffc6c18fb96 47128:bea4717415c0
   525             pass
   525             pass
   526 
   526 
   527         return bookmarks
   527         return bookmarks
   528 
   528 
   529     def checkrevformat(self, revstr, mapname=b'splicemap'):
   529     def checkrevformat(self, revstr, mapname=b'splicemap'):
   530         """ git revision string is a 40 byte hex """
   530         """git revision string is a 40 byte hex"""
   531         self.checkhexformat(revstr, mapname)
   531         self.checkhexformat(revstr, mapname)