HomeSort by relevance Sort by last modified time
    Searched refs:commit_msg (Results 1 - 7 of 7) sorted by null

  /frameworks/webview/chromium/tools/
merge_to_android.py 121 commit_msg = 'Merge from Chromium at DEPS revision %s' % revision
123 commit_msg = 'Merge master-chromium into %s at %s' % (target_branch,
125 commit_msg += '\n\n' + AUTOGEN_MESSAGE
126 merge_common.CheckNoConflictsAndCommitMerge(commit_msg, cwd=dest_dir)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
deps_updater.py 117 commit_msg = ('update-w3c-deps import using blink %s:\n'
121 path_to_commit_msg = self.path_from_webkit_base('commit_msg')
124 self.print_(commit_msg)
126 self.fs.write_text_file(path_to_commit_msg, commit_msg)
  /external/chromium_org/third_party/skia/experimental/benchtools/
greenify.py 61 commit_msg = """Greenify bench bot %s at build %s
70 '--bypass-watchlists', '-m', commit_msg]
80 ['git', 'commit', '-m', commit_msg],
rebase.py 173 commit_msg = """manual bench rebase after %s%s
182 '--bypass-watchlists', '-m', commit_msg]
192 ['git', 'commit', '-m', commit_msg],
  /external/skia/experimental/benchtools/
greenify.py 61 commit_msg = """Greenify bench bot %s at build %s
70 '--bypass-watchlists', '-m', commit_msg]
80 ['git', 'commit', '-m', commit_msg],
rebase.py 129 commit_msg = """manual bench rebase after %s
138 '--bypass-watchlists', '-m', commit_msg]
148 ['git', 'commit', '-m', commit_msg],
  /external/chromium_org/v8/tools/push-to-trunk/
test_scripts.py 651 commit_msg = """Version 3.22.5 (based on bleeding_edge revision r123455)
656 self._TestSquashCommits(change_log, commit_msg)
665 commit_msg = """Version 3.22.5 (based on bleeding_edge revision r123455)
670 self._TestSquashCommits(change_log, commit_msg)
674 commit_msg = """Line with "quotation marks"."""
675 self._TestSquashCommits(change_log, commit_msg)
    [all...]

Completed in 1831 milliseconds