hgext/convert/common.py
changeset 5011 89fbb0a5e8e3
parent 4939 cdd33a048289
child 5012 be25decfdb13
equal deleted inserted replaced
5009:30570c2f576f 5011:89fbb0a5e8e3
    79 
    79 
    80     def getheads(self):
    80     def getheads(self):
    81         """Return a list of this repository's heads"""
    81         """Return a list of this repository's heads"""
    82         raise NotImplementedError()
    82         raise NotImplementedError()
    83 
    83 
    84     def mapfile(self):
    84     def revmapfile(self):
    85         """Path to a file that will contain lines
    85         """Path to a file that will contain lines
    86         source_rev_id sink_rev_id
    86         source_rev_id sink_rev_id
    87         mapping equivalent revision identifiers for each system."""
    87         mapping equivalent revision identifiers for each system."""
    88         raise NotImplementedError()
    88         raise NotImplementedError()
    89 
    89