/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 3689.1.4 17 years ago John Arbash Meinel Doc strings that reference repository_implementati 3.9 KB Diff Download File
test_add_inventory.py 3735.2.9 17 years ago Robert Collins Get a working chk_map using inventory implementati 2 KB Diff Download File
test_add_revision.py 3735.2.9 17 years ago Robert Collins Get a working chk_map using inventory implementati 2 KB Diff Download File
test_add_signature_text.py 3735.2.9 17 years ago Robert Collins Get a working chk_map using inventory implementati 2 KB Diff Download File
test_all_revision_ids.py 3474.2.1 17 years ago Martin Pool Merge and cleanup pre-external-reference-repositor 2.6 KB Diff Download File
test_break_lock.py 3474.2.1 17 years ago Martin Pool Merge and cleanup pre-external-reference-repositor 2 KB Diff Download File
test_check.py 3474.2.1 17 years ago Martin Pool Merge and cleanup pre-external-reference-repositor 1.7 KB Diff Download File