[MERGE][1.14][#354075] Fix Branch.get_config_file smart verb on multi-line config files

Matt Nordhoff mnordhoff at mattnordhoff.com
Thu Apr 2 23:30:52 BST 2009


See <https://bugs.edge.launchpad.net/bzr/+bug/354075>. And the Subject.

The Branch.get_config_file smart verb worked fine when branch.conf was
one line long, but if it was longer it made ConfigObj balk. So, this
fixes that.

I'm not sure if I should've used splitlines() or split("\n") or
something else. Anyway, this works for me. ;-D
-- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_get_config_file.patch
Type: text/x-diff
Size: 4336 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20090402/4d4ef612/attachment-0001.bin 


More information about the bazaar mailing list