/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
..
__init__.py 2052.3.2 19 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 5.9 KB Diff Download File
heavily_merged.py 2052.3.2 19 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.6 KB Diff Download File
kernel_like.py 3376.2.4 17 years ago Martin Pool Remove every assert statement from bzrlib! Depend 7.9 KB Diff Download File
many_commit.py 2052.3.4 19 years ago John Arbash Meinel [merge] bzr.dev 2.3 KB Diff Download File
simple_many_commit.py 2052.3.2 19 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.5 KB Diff Download File