hgext/convert/common.py
changeset 4589 451e91ed535e
parent 4534 cc9b79216a76
child 4590 80fb4ec512b5
--- a/hgext/convert/common.py
+++ b/hgext/convert/common.py
@@ -62,6 +62,12 @@ class converter_sink(object):
         mapping equivalent revision identifiers for each system."""
         raise NotImplementedError()
 
+    def authorfile(self):
+        """Path to a file that will contain lines
+        srcauthor=dstauthor
+        mapping equivalent authors identifiers for each system."""
+        raise NotImplementedError()
+
     def putfile(self, f, e, data):
         """Put file for next putcommit().
         f: path to file