OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:changelog_paths
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelogfordepsroll.py
38
changelog_paths
= self._tool.checkout().modified_changelogs(git_commit=None)
39
for changelog_path in
changelog_paths
:
preparechangelogforrevert.py
54
changelog_paths
= self._tool.checkout().modified_changelogs(git_commit=None)
57
for changelog_path in
changelog_paths
:
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
api.py
119
changelog_paths
= self.modified_changelogs(git_commit, changed_files)
120
if not len(
changelog_paths
):
125
for changelog_path in
changelog_paths
:
171
changelog_paths
= self.modified_changelogs(git_commit=None)
172
if len(
changelog_paths
):
173
self._scm.revert_files(
changelog_paths
)
Completed in 48 milliseconds