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	Thu Jun 14 23:25:55 2007 +0200
+++ b/hgext/convert/common.py	Thu Jun 14 16:12:08 2007 -0700
@@ -66,7 +66,7 @@
         """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().