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