]> git.ozlabs.org Git - patchwork/commit
views: fix patch_to_mbox() for postscript
authorAndreas Bießmann <andreas@biessmann.de>
Tue, 19 Nov 2013 14:44:02 +0000 (15:44 +0100)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 24 Jul 2014 09:14:21 +0000 (17:14 +0800)
commit0a502d0cf5b0daced5869130b1003d2002d547ab
treedaccf04a342c536028eb53854eb36fddfc8f9401
parent9cc7b245a9364893c96178a0dd987a62f96b5b41
views: fix patch_to_mbox() for postscript

Before we changed the comment 'some comment\n---\n some/file | 1 +'
to 'some comment\n\n---\nsome/file | 1 +\n'. Now we pass this comment
unchanged.

Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/views/__init__.py