293
293
def show_diff(self, branch, revid, parentid):
294
294
"""Open a new window to show a diff between the given revisions."""
295
295
from bzrlib.plugins.gtk.diff import DiffWindow
297
297
(parent_tree, rev_tree) = branch.repository.revision_trees([parentid,
299
299
description = revid + " - " + branch.nick