hgext/convert/common.py
changeset 20397 d7e78e6d97bd
parent 20378 9616b03113ce
child 21076 5236c7a72a2d
equal deleted inserted replaced
20396:a8e6ab7eb361 20397:d7e78e6d97bd
   189         created is a list of paths to remove if a fatal error occurs
   189         created is a list of paths to remove if a fatal error occurs
   190         later"""
   190         later"""
   191         self.ui = ui
   191         self.ui = ui
   192         self.path = path
   192         self.path = path
   193         self.created = []
   193         self.created = []
   194 
       
   195     def getheads(self):
       
   196         """Return a list of this repository's heads"""
       
   197         raise NotImplementedError
       
   198 
   194 
   199     def revmapfile(self):
   195     def revmapfile(self):
   200         """Path to a file that will contain lines
   196         """Path to a file that will contain lines
   201         source_rev_id sink_rev_id
   197         source_rev_id sink_rev_id
   202         mapping equivalent revision identifiers for each system."""
   198         mapping equivalent revision identifiers for each system."""