hgext/convert/common.py
changeset 21635 5f2cc464e502
parent 21634 23b24d6a70c8
child 22296 650b5b6e75ed
equal deleted inserted replaced
21634:23b24d6a70c8 21635:5f2cc464e502
   257 
   257 
   258         bookmarks: {bookmarkname: sink_rev_id, ...}
   258         bookmarks: {bookmarkname: sink_rev_id, ...}
   259         where bookmarkname is an UTF-8 string.
   259         where bookmarkname is an UTF-8 string.
   260         """
   260         """
   261         pass
   261         pass
       
   262 
       
   263     def hascommitfrommap(self, rev):
       
   264         """Return False if a rev mentioned in a filemap is known to not be
       
   265         present."""
       
   266         raise NotImplementedError
   262 
   267 
   263     def hascommitforsplicemap(self, rev):
   268     def hascommitforsplicemap(self, rev):
   264         """This method is for the special needs for splicemap handling and not
   269         """This method is for the special needs for splicemap handling and not
   265         for general use. Returns True if the sink contains rev, aborts on some
   270         for general use. Returns True if the sink contains rev, aborts on some
   266         special cases."""
   271         special cases."""