diff hgext/convert/common.py @ 4590:80fb4ec512b5

convert: fix various authormap handling bugs
author Brendan Cully <brendan@kublai.com>
date Thu, 14 Jun 2007 16:12:08 -0700
parents 451e91ed535e
children 20ec5cc02f18
line wrap: on
line diff
--- 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().