diff hgext/convert/hg.py @ 5011:89fbb0a5e8e3

convert: rename mapfile to revmapfile, so we can map more than just revs
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 26 Jul 2007 13:34:36 -0700
parents 4106dde15aed
children 6c1029aacc9a
line wrap: on
line diff
--- a/hgext/convert/hg.py	Thu Jul 26 10:43:01 2007 -0700
+++ b/hgext/convert/hg.py	Thu Jul 26 13:34:36 2007 -0700
@@ -14,7 +14,7 @@
         except:
             raise NoRepo("could open hg repo %s" % path)
 
-    def mapfile(self):
+    def revmapfile(self):
         return os.path.join(self.path, ".hg", "shamap")
 
     def authorfile(self):