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