]> git.ozlabs.org Git - patchwork/commit
parser: allow other protocol types in pull-request handling
authorJeremy Kerr <jk@ozlabs.org>
Fri, 25 Nov 2011 09:55:19 +0000 (17:55 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 25 Nov 2011 10:10:08 +0000 (18:10 +0800)
commitf6e0464d987dc00fa5e9e31972c98196be4fb6b9
treef9c634eb066b9493be110e9dbd7ebe769631a2d0
parent4bc2c34df5e5eb3e7153286f59aa8bdaf0c23dc0
parser: allow other protocol types in pull-request handling

Change the parser's regex to allow other protocol types, not just git://

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/parsemail.py
apps/patchwork/tests/mail/0004-git-pull-request-git+ssh.mbox [new file with mode: 0644]
apps/patchwork/tests/mail/0005-git-pull-request-ssh.mbox [new file with mode: 0644]
apps/patchwork/tests/mail/0006-git-pull-request-http.mbox [new file with mode: 0644]
apps/patchwork/tests/patchparser.py