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

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
commit.py 54 force_squash = False
62 commit_text = scm.commit_with_message(self._commit_message, git_commit=self._options.git_commit, username=username, password=password, force_squash=force_squash, changed_files=self._changed_files(state))
69 force_squash = True
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 295 def commit_with_message(self, message, username=None, password=None, git_commit=None, force_squash=False, changed_files=None):
563 def commit_with_message(self, message, username=None, password=None, git_commit=None, force_squash=False, changed_files=None):
    [all...]
scm_unittest.py     [all...]

Completed in 922 milliseconds