--- a/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py Sun Nov 03 15:58:22 2013 +0100 @@ -78,8 +78,8 @@ msg = self.trUtf8("Revision {0}.\n").format( eventDict["revision"].number) elif eventDict["path"] != "" and \ - eventDict["action"] in svnNotifyActionMap and \ - svnNotifyActionMap[eventDict["action"]] is not None: + eventDict["action"] in svnNotifyActionMap and \ + svnNotifyActionMap[eventDict["action"]] is not None: mime = eventDict["mime_type"] == "application/octet-stream" and \ self.trUtf8(" (binary)") or "" msg = self.trUtf8("{0} {1}{2}\n")\