OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commit_with_message
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
commit.py
35
state["commit_text"] = self._tool.scm().
commit_with_message
(commit_message.message())
/external/webkit/WebKitTools/Scripts/webkitpy/
scm.py
227
def
commit_with_message
(self, message):
member in class:SCM
350
def
commit_with_message
(self, message):
member in class:SVN
452
def
commit_with_message
(self, message):
member in class:Git
scm_unittest.py
185
commit_text = self.scm.
commit_with_message
('another test commit')
190
commit_text = self.scm.
commit_with_message
('yet another test commit')
Completed in 23 milliseconds