Mercurial > p > roundup > code
diff CHANGES.txt @ 5069:2706b66675bf
issue2550763 Strip whitespace from Multilink values after + or -.
Diagnosis, patch developed by W. Trevor King. Test heavily modified by
John Rouillard.
The goal is to make:
Subject: [issue23455] ... [ keyword =+ Foo,Foo Zot ; nosy =+ mary ]
act like:
Subject: [issue23455] ... [ keyword =+Foo,Foo Zot; nosy =+mary]
Without the patch " Foo" is not recognized.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 05 Jun 2016 20:48:07 -0400 |
| parents | 5b2ce5723abb |
| children | 487dc55e3c5e |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jun 05 10:54:08 2016 -0400 +++ b/CHANGES.txt Sun Jun 05 20:48:07 2016 -0400 @@ -63,6 +63,9 @@ - Update documentation of some existing property attributes (like 'do_journal' for Link/Multilink properties), this also adds missing documentation for issue1444214. (Ralf Schlatterbeck) +- issue2550763 Strip whitespace from Multilink values after + or -. + (W. Trevor King) Test heavily modified by John Rouillard. (applied + by John Rouillard) 2016-01-11: 1.5.1
