hgext/convert/hg.py
changeset 5011 89fbb0a5e8e3
parent 4965 4106dde15aed
child 5013 6c1029aacc9a
--- 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):