Searched refs:last_svn_commit_log (Results 1 – 5 of 5) sorted by relevance
233 def last_svn_commit_log(self): member in SCM360 def last_svn_commit_log(self): member in SVN460 def last_svn_commit_log(self): member in Git
456 self.assertTrue(re.search('fourth commit', self.scm.last_svn_commit_log()))
76 tool._scm.last_svn_commit_log = lambda: "r9876 |"
306 return tool.scm().last_svn_commit_log()
13648 …- Remove a bunch of very slow code from last_svn_commit_log and used the built-in 'BASE' alias ins…14316 (SCM.last_svn_commit_log): Added. Subclasses must override.14319 (SVN.last_svn_commit_log): Added. Uses svnversion to find the14323 (Git.last_svn_commit_log): Added. Runs git-svn-log with a limit