summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rewriter_extra_files.md
AgeCommit message (Collapse)Author
2022-01-10Prepare release 0.61.0.Jussi Pakkanen
2021-12-15rewriter: create {add,rm}_extra_files commandsCeleste Wouters
Add ability to mutate a target's `extra_files` list through the rewriter. The logic is copied from sources add/rm, but changes the `extra_files` kwarg instead of the sources positional argument. Has additional logic to handle creating the `extra_files` list if it doesn't exist.