/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to graph.py

  • Committer: Jamie Wilkinson
  • Date: 2006-03-06 06:07:18 UTC
  • mfrom: (19.2.1 bzrk)
  • Revision ID: jaq@spacepants.org-20060306060718-c7bd01d3b8506f75
[merge conflict] merge in 0.8pre API fix from Jelmer

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        while todo:
51
51
            revid = todo.pop()
52
52
            try:
53
 
                revision = branch.get_revision(revid)
 
53
                revision = branch.repository.get_revision(revid)
54
54
            except NoSuchRevision:
55
55
                revision = DummyRevision(revid)
56
56
            self.cache_revision(revid, revision)