mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
contrib: mklog: Use present tense in ChangeLog
contrib/ChangeLog: * mklog.py: Use present tense in ChangeLog.
This commit is contained in:
parent
b5377928a2
commit
1e74ce8983
@ -277,7 +277,7 @@ def generate_changelog(data, no_functions=False, fill_pr_titles=False,
|
|||||||
# it used to be path.source_file[2:]
|
# it used to be path.source_file[2:]
|
||||||
relative_path = get_rel_path_if_prefixed(file.source_file[2:],
|
relative_path = get_rel_path_if_prefixed(file.source_file[2:],
|
||||||
changelog)
|
changelog)
|
||||||
out = append_changelog_line(out, relative_path, 'Moved to...')
|
out = append_changelog_line(out, relative_path, 'Move to...')
|
||||||
new_path = get_rel_path_if_prefixed(file.target_file[2:],
|
new_path = get_rel_path_if_prefixed(file.target_file[2:],
|
||||||
changelog)
|
changelog)
|
||||||
out += f'\t* {new_path}: ...here.\n'
|
out += f'\t* {new_path}: ...here.\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user