Comment 6 for bug 109613

Revision history for this message
John A Meinel (jameinel) wrote :

The bug was that empty properties were being parsed incorrectly. 'bugs:\n' was being parsed as:
'bugs' => 'ugs:'
rather than
'bugs' => ''

The associated branch has a fix for the reader, and a controversial fix to the writer to make older bzr versions able to read them. (It requires adding significant trailing whitespace)