~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/graph.py

  • Committer: Jelmer Vernooij
  • Date: 2010-01-29 17:41:18 UTC
  • mto: This revision was merged to the branch mainline in revision 5143.
  • Revision ID: jelmer@samba.org-20100129174118-rnmncuaglkypmdeq
Add Repository.get_known_graph_ancestry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1691
1691
        head_keys = self._graph.heads(as_keys)
1692
1692
        return set([h[0] for h in head_keys])
1693
1693
 
 
1694
    def merge_sort(self, tip_revision):
 
1695
        return self._graph.merge_sort((tip_revision,))
 
1696
 
1694
1697
 
1695
1698
_counters = [0,0,0,0,0,0,0]
1696
1699
try: