/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 nautilus-bzr.py

  • Committer: Jelmer Vernooij
  • Date: 2006-10-03 17:08:31 UTC
  • Revision ID: jelmer@samba.org-20061003170831-3b221177a8607f7e
Fix diff window in nautilus.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
        from bzrlib.plugins.gtk.viz.diffwin import DiffWindow
73
73
        window = DiffWindow()
74
 
        window.set_diff(tree.branch, tree, tree.branch.revision_tree())
 
74
        window.set_diff(tree.branch.nick, tree, tree.branch.basis_tree())
75
75
        window.show()
76
76
 
77
77
        return