/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to model.py

Rename GitModel.ancestry to .get_revision_graph.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                return None
86
86
            raise
87
87
 
88
 
    def ancestry(self, revisions):
 
88
    def get_revision_graph(self, revisions):
89
89
        ancestors = {}
90
90
        for line in self.rev_list(revisions, parents=True):
91
91
            entries = line.split()