hgext/convert/common.py
changeset 21634 23b24d6a70c8
parent 21076 5236c7a72a2d
child 21635 5f2cc464e502
--- a/hgext/convert/common.py	Mon May 19 22:10:50 2014 +0200
+++ b/hgext/convert/common.py	Mon May 19 22:11:14 2014 +0200
@@ -260,8 +260,10 @@
         """
         pass
 
-    def hascommit(self, rev):
-        """Return True if the sink contains rev"""
+    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
+        special cases."""
         raise NotImplementedError
 
 class commandline(object):