Tue, 08 Jan 2013 16:22:38 +0100
Fixed an error in the PySvn plug-in causing the VCS replacement logic to fail.
(grafted from c4e2db804664ece310ccd5676941a9c90578fc0b)
Plugins/PluginVcsPySvn.py | file | annotate | diff | comparison | revisions |
--- a/Plugins/PluginVcsPySvn.py Wed Jan 02 10:42:16 2013 +0100 +++ b/Plugins/PluginVcsPySvn.py Tue Jan 08 16:22:38 2013 +0100 @@ -75,7 +75,6 @@ global pluginTypename data = {} try: - import pysvn # __IGNORE_WARNING__ data[".svn"] = (pluginTypename, displayString()) data["_svn"] = (pluginTypename, displayString()) except ImportError: