Home | History | Annotate | Download | only in checkout

Lines Matching refs:commit_text

218     def svn_revision_from_commit_text(self, commit_text):
219 match = re.search(self.commit_success_regexp(), commit_text, re.MULTILINE)