]> git.ozlabs.org Git - patchwork/commit
parser: Allow pull requests to include a diff
authorGuilherme Salgado <guilherme.salgado@linaro.org>
Mon, 28 Feb 2011 01:50:24 +0000 (01:50 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 8 Mar 2011 07:07:49 +0000 (15:07 +0800)
commit479a6a88c41203aca1a1f44253554a4f28d2e248
tree320ea1bda154c7591f1dde124d7716da0d4a96c0
parentf7a3c5dff0da19e6bd737c51187a1f5aa7373c67
parser: Allow pull requests to include a diff

If a patch comes along with a pull request and a diff, add both to the
Patch model.

Signed-off-by: Guilherme Salgado <guilherme.salgado@linaro.org>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/parsemail.py
apps/patchwork/tests/mail/0003-git-pull-request-with-diff.mbox [new file with mode: 0644]
apps/patchwork/tests/patchparser.py