hgext/convert/git.py
branchstable
changeset 47062 f38bf44e077f
parent 46819 d4ba4d51f85f
child 47128 bea4717415c0
equal deleted inserted replaced
47061:bd2ed1032b4e 47062:f38bf44e077f
   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)