216
219
except NotBranchError, e:
222
commit = CommitDialog(wt, path, not branch, self.selected)
222
234
""" Right context menu -> Diff """
231
237
parent_tree = wt.branch.repository.revision_tree(wt.branch.last_revision())
232
238
window.set_diff(wt.branch.nick, wt, parent_tree)
239
242
def bookmark(self, action):