aboutsummaryrefslogtreecommitdiff
path: root/src/utils/parse/sed.py
Commit message (Expand)AuthorAgeFilesLines
* fix regression of message filters not matching without formattingGravatar jesopo2020-04-081-2/+2
* convert & in sed to \g<0> so python handles full-match replacementsGravatar jesopo2020-02-261-10/+4
* use re.sub, not str.replace, otherwise things like "$" dont workGravatar jesopo2020-02-141-1/+1
* support & in utils.parse.sed, change sed.py to use utils.parse.sedGravatar jesopo2020-02-091-19/+33
* add utils.parse.sed.Gravatar jesopo2020-02-091-0/+73