On 7/11/23 22:01, Lehua Ding wrote:
Hi, This tiny patch add --append option to mklog.py that support add generated ChangeLog to the corresponding patch file. With this option there is no need to manually copy the generated ChangeLog to the patch file. e.g.: Run `mklog.py -a /path/to/this/patch` will add the generated ChangeLog ``` contrib/ChangeLog: * mklog.py: ``` to the right place of the /path/to/this/patch file. Best, Lehua contrib/ChangeLog: * mklog.py: Add --append option.
OK for the trunk. jeff