hgext/convert/common.py
changeset 21635 5f2cc464e502
parent 21634 23b24d6a70c8
child 22296 650b5b6e75ed
--- a/hgext/convert/common.py	Mon May 19 22:11:14 2014 +0200
+++ b/hgext/convert/common.py	Mon May 19 22:12:30 2014 +0200
@@ -260,6 +260,11 @@
         """
         pass
 
+    def hascommitfrommap(self, rev):
+        """Return False if a rev mentioned in a filemap is known to not be
+        present."""
+        raise NotImplementedError
+
     def hascommitforsplicemap(self, rev):
         """This method is for the special needs for splicemap handling and not
         for general use. Returns True if the sink contains rev, aborts on some