]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
contrib: mklog: Use present tense in ChangeLog
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 29 Feb 2024 16:52:17 +0000 (17:52 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Fri, 1 Mar 2024 15:21:46 +0000 (16:21 +0100)
contrib/ChangeLog:

* mklog.py: Use present tense in ChangeLog.

contrib/mklog.py

index d764fb41f99bbd9dee766960325a25844242e4b9..7d8d554b15e0b1f0a09f2eb1980e66a831c0bfbf 100755 (executable)
@@ -277,7 +277,7 @@ def generate_changelog(data, no_functions=False, fill_pr_titles=False,
                 # it used to be path.source_file[2:]
                 relative_path = get_rel_path_if_prefixed(file.source_file[2:],
                                                          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:],
                                                     changelog)
                 out += f'\t* {new_path}: ...here.\n'