hgext/convert/common.py
changeset 5011 89fbb0a5e8e3
parent 4939 cdd33a048289
child 5012 be25decfdb13
--- a/hgext/convert/common.py
+++ b/hgext/convert/common.py
@@ -81,7 +81,7 @@ class converter_sink(object):
         """Return a list of this repository's heads"""
         raise NotImplementedError()
 
-    def mapfile(self):
+    def revmapfile(self):
         """Path to a file that will contain lines
         source_rev_id sink_rev_id
         mapping equivalent revision identifiers for each system."""