hgext/convert/common.py
changeset 4590 80fb4ec512b5
parent 4589 451e91ed535e
child 4752 20ec5cc02f18
--- a/hgext/convert/common.py
+++ b/hgext/convert/common.py
@@ -66,7 +66,7 @@ class converter_sink(object):
         """Path to a file that will contain lines
         srcauthor=dstauthor
         mapping equivalent authors identifiers for each system."""
-        raise NotImplementedError()
+        return None
 
     def putfile(self, f, e, data):
         """Put file for next putcommit().