aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_mklog.py
AgeCommit message (Collapse)AuthorFilesLines
2024-03-07contrib: Update test_mklog to correspond to mklogFilip Kastl1-1/+1
contrib/ChangeLog: * test_mklog.py: "Moved to..." -> "Move to..." Signed-off-by: Filip Kastl <fkastl@suse.cz>
2024-01-03Update copyright years.Jakub Jelinek1-3/+3
2023-01-16Update copyright years.Jakub Jelinek1-3/+3
2021-06-28mklog: Handle correctly long lines.Martin Liska1-0/+25
contrib/ChangeLog: * mklog.py: Handle correctly long lines. * test_mklog.py: Test it.
2021-06-21contrib/mklog.py: Improve PR handlingTobias Burnus1-0/+3
Co-authored-by: Martin Sebor <msebor@redhat.com> contrib/ChangeLog: * mklog.py (bugzilla_url): Fetch also component. (pr_filename_regex): New. (get_pr_titles): Update PR string with correct format and component. (generate_changelog): Take additional PRs; extract PR from the filename. (__main__): Add -b/--pr-numbers argument. * test_mklog.py (EXPECTED4): Update to expect a PR for the new file.
2021-05-13mklog: Put detected PR entries before ChangeLogsMartin Liska1-2/+5
contrib/ChangeLog: * mklog.py: Put PR entries before all ChangeLog entries (will be added to all ChangeLog locations by Daily bump script). * test_mklog.py: Test the new behavior.
2021-01-13mklog: support define_insn_and_split formatMartin Liska1-0/+42
contrib/ChangeLog: * mklog.py: Parse also define_insn_and_split and similar directives in .md files. * test_mklog.py: Test.
2020-05-28mklog: support renaming of filesMartin Liska1-0/+26
contrib/ChangeLog: * mklog.py: Support renaming of files. One needs unidiff 0.6.0+. * test_mklog.py: Test it.
2020-05-21mklog: support parsing of DR.Martin Liska1-0/+39
* mklog.py: Support DR parsing. * test_mklog.py: New test for DR parsing.
2020-05-19mklog.py: improve parsing of struct names (ignore GTY).Martin Liska1-0/+29
* mklog.py: Skip GTY for struct names. Make flake8 happy. * test_mklog.py: Add test for GTY.
2020-05-19New mklog script.Martin Liska1-0/+345
contrib/ChangeLog: 2020-05-15 Martin Liska <mliska@suse.cz> * gcc-git-customization.sh: Add alias.gcc-mklog new hook. * mklog.py: New file. * test_mklog.py: New file.