equal
deleted
inserted
replaced
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.""" |