67
65
filename = self.comm.get_selected_right()
71
69
_('Please select a file from the list,\nor choose the other option.'))
72
70
self.comm.set_busy(self.window, False)
77
76
except errors.NotBranchError:
79
78
_('You can perform this action only in a branch.'))
80
79
self.comm.set_busy(self.window, False)
82
81
except errors.NotVersionedError:
84
83
_('The selected file is not versioned.'))
85
84
self.comm.set_busy(self.window, False)