diff -r 30c81c9e88b8 -r a417a0670a36 Plugins/VcsPlugins/vcsPySvn/SvnDialog.py --- a/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py Sat Oct 19 15:15:50 2013 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py Sat Oct 19 16:14:07 2013 +0200 @@ -76,8 +76,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")\