Plugins/VcsPlugins/vcsPySvn/subversion.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 53
c3eb7cc1ff8b
--- a/Plugins/VcsPlugins/vcsPySvn/subversion.py	Sat Jan 02 16:15:57 2010 +0000
+++ b/Plugins/VcsPlugins/vcsPySvn/subversion.py	Sat Jan 02 17:09:08 2010 +0000
@@ -192,7 +192,7 @@
         """
         Public method used to initialize the subversion repository.
         
-        The subversion repository has to be initialized from outside eric4
+        The subversion repository has to be initialized from outside eric5
         because the respective command always works locally. Therefore we
         always return TRUE without doing anything.
         
@@ -2034,4 +2034,4 @@
         @param interval check interval for the monitor thread in seconds (integer)
         @return reference to the monitor thread (QThread)
         """
-        return SvnStatusMonitorThread(interval, project.ppath, self)
+        return SvnStatusMonitorThread(interval, project.ppath, self)
\ No newline at end of file

eric ide

mercurial