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

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 645 commit_text = self.scm.commit_with_message("another test commit", username)
650 commit_text = self.scm.commit_with_message("yet another test commit", username)
656 commit_text = self.scm.commit_with_message("another test commit", username)
741 self.scm.commit_with_message("a test commit")
    [all...]
scm.py 295 def commit_with_message(self, message, username=None, password=None, git_commit=None, force_squash=False, changed_files=None): member in class:SCM
563 def commit_with_message(self, message, username=None, password=None, git_commit=None, force_squash=False, changed_files=None): member in class:SVN
840 def commit_with_message(self, message, username=None, password=None, git_commit=None, force_squash=False, changed_files=None): member in class:Git
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
commit.py 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))

Completed in 636 milliseconds