Home
last modified time | relevance | path

Searched refs:commit_with_message (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm_unittest.py645 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")
746 self.scm.commit_with_message("a test commit")
966 commit_text = self.scm.commit_with_message("another test commit")
971 commit_text = self.scm.commit_with_message("yet another test commit")
978 commit_text = scm.commit_with_message("yet another test commit")
1012 self.assertRaises(AmbiguousCommitError, scm.commit_with_message, "yet another test commit")
1013 commit_text = scm.commit_with_message("yet another test commit", force_squash=True)
[all …]
Dscm.py295 …def commit_with_message(self, message, username=None, password=None, git_commit=None, force_squash… member in SCM
563 …def commit_with_message(self, message, username=None, password=None, git_commit=None, force_squash… member in SVN
840 …def commit_with_message(self, message, username=None, password=None, git_commit=None, force_squash… member in Git
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dcommit.py62 …commit_text = scm.commit_with_message(self._commit_message, git_commit=self._options.git_commit, u…
/external/webkit/Tools/
DChangeLog-2010-05-2412019 - Add commit_with_message argument to all sites since someone half-added it before. :(
14589 Provide default username parameter to SVN.commit_with_message().
14744 modified SVN.commit_with_message to call it. Added optional username parameter
14745 to method SVN.commit_with_message.
35007 … Fix missing comment message during land-patches and SVN.commit_with_message respecting --dry-run
35064 * Scripts/modules/scm.py: Fix commit_with_message to return the commit output.
DChangeLog418 - Modified {SCM, SVN, Git}.commit_with_message() to take optional password argument.