diff -r 8ee36e8a315f -r 9f89364d9ffd VCS/VersionControl.py --- 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