OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commit_locally_with_message
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
applypatchwithlocalcommit.py
43
self._tool.scm().
commit_locally_with_message
(commit_message.message() or state["patch"].name())
/external/webkit/WebKitTools/Scripts/webkitpy/
scm.py
248
def
commit_locally_with_message
(self, message):
member in class:SCM
453
self.
commit_locally_with_message
(message)
471
def
commit_locally_with_message
(self, message):
member in class:Git
Completed in 162 milliseconds