/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

Change deserialise to properly handle when there is a '\r' in the key.

It turns out that bytes.splitlines() can split on a plain '\r', which breaks things.
So instead, we use bytes.split('\n') which work correctly, though we have to remove
the extra '' at the end.
Filename Latest Rev Last Changed Committer Comment Size
..
File build-packages.sh 3649.4.1 17 years ago John Arbash Meinel Merge in Lukáš's helper scripts. Update the packag 167 bytes Diff Download File
File lp-upload-release 3778.3.4 17 years ago Martin Pool lp-upload-release now handles names like bzr-1.8.t 1.6 KB Diff Download File
File update-changelogs.sh 3649.4.1 17 years ago John Arbash Meinel Merge in Lukáš's helper scripts. Update the packag 523 bytes Diff Download File
File update-packaging-branches.sh 3649.4.1 17 years ago John Arbash Meinel Merge in Lukáš's helper scripts. Update the packag 562 bytes Diff Download File