OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:create_patch_from_local_commit
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload.py
262
diff = tool.scm().
create_patch_from_local_commit
(commit_id)
275
bug_id = options.bug_id or parse_bug_id(commit_message.message()) or parse_bug_id(tool.scm().
create_patch_from_local_commit
(commit_id))
402
diff = tool.scm().
create_patch_from_local_commit
(commit_id)
/external/webkit/WebKitTools/Scripts/webkitpy/
scm.py
242
def
create_patch_from_local_commit
(self, commit_id):
member in class:SCM
432
return self.
create_patch_from_local_commit
(git_commit)
465
def
create_patch_from_local_commit
(self, commit_id):
member in class:Git
mock_bugzillatool.py
302
def
create_patch_from_local_commit
(self, commit_id):
member in class:MockSCM
scm_unittest.py
585
patch_from_local_commit = scm.
create_patch_from_local_commit
('HEAD')
Completed in 128 milliseconds