]> git.ozlabs.org Git - patchwork/commit
[parser] Don't remove --- update lines
authorJeremy Kerr <jk@ozlabs.org>
Sat, 20 Sep 2008 00:30:05 +0000 (10:30 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Sat, 20 Sep 2008 00:30:05 +0000 (10:30 +1000)
commit5787cddc0bde4514cba96a360f89841e13d2e506
tree3d9752044f5b1d64a0dbbf597f4b8dbb039881bc
parent26c532d2cfeec0bd4339b5c1db4bb2b3d4a3d3f0
[parser] Don't remove --- update lines

We'd like to keep update lines in the patch comments, so change the
signature-removal code to allow them to pass through.

Also, add appropriate tests.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/parsemail.py
apps/patchwork/tests/patchparser.py