Comment 10 for bug 710410

Revision history for this message
Alexander Belchenko (bialix) wrote :

OK, I see now. ConfigObj puts the multiline string as

foo = """spam
eggs
fish
salade
"""

quoted ith triple ".

Unfortunately the date we saved as part of uncommit has multiple """ inside. And that might broke the parsing.

So ConfigObj probably should escape the input, but if it does not then QBzr should escape (or encode) the data by self. That will be format change though.