--- 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):