Searched refs:force_squash (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | commit.py | 54 force_squash = False 62 …self._options.git_commit, username=username, password=password, force_squash=force_squash, changed… 69 force_squash = True
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | scm.py | 295 …message(self, message, username=None, password=None, git_commit=None, force_squash=False, changed_… argument 563 …message(self, message, username=None, password=None, git_commit=None, force_squash=False, changed_… argument 840 …message(self, message, username=None, password=None, git_commit=None, force_squash=False, changed_… argument 860 if not force_squash:
|
D | scm_unittest.py | 1013 commit_text = scm.commit_with_message("yet another test commit", force_squash=True) 1063 commit_text = scm.commit_with_message("another test commit", force_squash=True) 1091 commit_text = scm.commit_with_message("yet another test commit", force_squash=True) 1104 commit_text = scm.commit_with_message("another test commit", force_squash=True) 1119 … self.assertRaises(ScriptError, scm.commit_with_message, "another test commit", force_squash=True)
|