50
50
except errors.NoSuchFile:
51
51
error_dialog(_("No diff output"),
52
52
_("The selected file hasn't changed."))
53
59
except errors.AlreadyBranchError, errmsg:
54
60
error_dialog(_('Directory is already a branch'),
55
61
_('The current directory (%s) is already a branch.\nYou can start using it, or initialize another directory.') % errmsg)