Plugins/VcsPlugins/vcsPySvn/SvnDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3037
a417a0670a36
child 3145
a9de05d4a22f
--- 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")\

eric ide

mercurial