VCS/VersionControl.py

changeset 5452
9f89364d9ffd
parent 5389
9b1c800daff3
child 5603
4f2dd0850803
--- a/VCS/VersionControl.py	Sat Jan 28 18:04:14 2017 +0100
+++ b/VCS/VersionControl.py	Sat Jan 28 19:21:31 2017 +0100
@@ -244,16 +244,6 @@
         """
         raise RuntimeError('Not implemented')
         
-    def vcsLog(self, name):
-        """
-        Public method used to view the log of a file/directory in the vcs.
-        
-        @param name file/directory name to show the log for (string)
-        @exception RuntimeError to indicate that this method must be
-            implemented by a subclass
-        """
-        raise RuntimeError('Not implemented')
-        
     def vcsLogBrowser(self, name, isFile=False):
         """
         Public method used to view the log of a file/directory in the vcs

eric ide

mercurial