Mercurial > hg
comparison tests/test-log.t @ 15158:7ce7177e029a stable
patch: correctly handle non-tabular Subject: line
The line content of continued Subject: lines was yet joined via
str.replace('\n\t', ' '), which does not handle continuation via
spaces. So expan the regular expression instead to
handle all allowed forms of mail header line continuation.
author | Steffen Daode Nurpmeso <sdaoden@googlemail.com> |
---|---|
date | Tue, 27 Sep 2011 18:41:09 -0500 |
parents | e4cfdff6d3f4 |
children | db0340f4b507 41885892796e |
comparison
equal
deleted
inserted
replaced
15157:c208dcd0f709 | 15158:7ce7177e029a |
---|