Home | History | Annotate | Download | only in push-to-trunk

Lines Matching full:change_log

625   def _TestSquashCommits(self, change_log, expected_msg):
628 f.write(change_log)
645 change_log = """1999-11-11: Version 3.22.5
656 self._TestSquashCommits(change_log, commit_msg)
659 change_log = """1999-11-11: Version 3.22.5
670 self._TestSquashCommits(change_log, commit_msg)
673 change_log = """Line with "quotation marks".\n"""
675 self._TestSquashCommits(change_log, commit_msg)
719 change_log = FileToText(TEST_CONFIG["CHANGELOG_FILE"])
731 change_log)