/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 3879.2.7 17 years ago John Arbash Meinel Add an Inter test that actually uses InterDifferin 7.6 KB Diff Download File
test_fetch.py 3830.3.12 17 years ago Martin Pool Review cleanups: unify has_key impls, add missing_ 8.9 KB Diff Download File
test_interrepository.py 3350.6.4 17 years ago Robert Collins First cut at pluralised VersionedFiles. Some rathe 10.1 KB Diff Download File