OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:local_commit
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
applypatchwithlocalcommit.py
36
Options.
local_commit
,
41
if self._options.
local_commit
:
ensurelocalcommitifneeded.py
38
Options.
local_commit
,
42
if self._options.
local_commit
and not self._tool.scm().supports_local_commits():
options.py
45
local_commit
= make_option("--local-commit", action="store_true", dest="
local_commit
", default=False, help="Make a local commit for each applied patch")
variable in class:Options
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
download_unittest.py
59
options.
local_commit
= True
66
options.
local_commit
= True
Completed in 17 milliseconds