/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 annotate/gannotate.py

  • Committer: Jelmer Vernooij
  • Date: 2007-02-03 13:01:12 UTC
  • Revision ID: jelmer@samba.org-20070203130112-m1stbo29f1ahthzs
Move diff to top-level directory as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
                tree2 = repository.revision_tree(revision.parent_ids[0])
244
244
            else:
245
245
                tree2 = repository.revision_tree(NULL_REVISION)
246
 
        from bzrlib.plugins.gtk.viz.diffwin import DiffWindow
 
246
        from bzrlib.plugins.gtk.viz.diff import DiffWindow
247
247
        window = DiffWindow()
248
248
        window.set_diff("Diff for row %d" % (row+1), tree1, tree2)
249
249
        window.set_file(tree1.id2path(self.file_id))