changeset 4589 | 451e91ed535e |
parent 4536 | cc9b79216a76 |
child 4760 | 07efcce17d28 |
child 5343 | 26692d08c2f9 |
--- a/hgext/convert/hg.py Thu Jun 14 23:25:55 2007 +0200 +++ b/hgext/convert/hg.py Thu Jun 14 23:25:55 2007 +0200 @@ -17,6 +17,9 @@ def mapfile(self): return os.path.join(self.path, ".hg", "shamap") + def authorfile(self): + return os.path.join(self.path, ".hg", "authormap") + def getheads(self): h = self.repo.changelog.heads() return [ hg.hex(x) for x in h ]