Plugins/VcsPlugins/vcsSubversion/subversion.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 42
23b45a742e17
diff -r 092aa8fafa4e -r f6ccc31d6e72 Plugins/VcsPlugins/vcsSubversion/subversion.py
--- a/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sat Jan 02 16:15:57 2010 +0000
+++ b/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sat Jan 02 17:09:08 2010 +0000
@@ -185,7 +185,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.
         
@@ -1820,4 +1820,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