OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_change_log
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/release/
create_release.py
174
old_change_log
= FileToText(os.path.join(self.default_cwd, CHANGELOG_FILE))
175
new_change_log = "%s\n\n\n%s" % (changelog_entry,
old_change_log
)
push_to_candidates.py
287
old_change_log
= FileToText(os.path.join(self.default_cwd, CHANGELOG_FILE))
288
new_change_log = "%s\n\n\n%s" % (changelog_entry,
old_change_log
)
Completed in 706 milliseconds