/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 viz/branchwin.py

  • Committer: Jelmer Vernooij
  • Date: 2007-07-21 18:40:41 UTC
  • Revision ID: jelmer@samba.org-20070721184041-i27qx95a3ugs8y5t
Use repository rather than branch where possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
 
177
177
        last_lines = []
178
178
        (self.revisions, colours, self.children, self.parent_ids,
179
 
            merge_sorted) = distances(branch, start)
 
179
            merge_sorted) = distances(branch.repository, start)
180
180
        for (index, (revision, node, lines)) in enumerate(graph(
181
181
                self.revisions, colours, merge_sorted)):
182
182
            # FIXME: at this point we should be able to show the graph order