/brz/remove-bazaar

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

Implement _bisect_recursive, which uses multiple bisect calls to
handle renames and finding entries in subdirs.
As is, this could be hooked into paths2ids() if the dirstate has not been loaded yet.
However, it doesn't quite provide enough, since the parsed entries would probably not
be saved. Further, the multiple bisect calls are less efficient then they could be,
because they do not remember the last bisect call.
We should explore switching to a caching structure, which maintains all records that
have been processed, in a structure that can be in-memory searched before going back
to disk.
Filename Latest Rev Last Changed Committer Comment Size
..
old 1185.82.3 19 years ago John Arbash Meinel Working on creating a factor for serializing chang Diff
serializer 1185.82.3 19 years ago John Arbash Meinel Working on creating a factor for serializing chang Diff
__init__.py 2167.2.1 18 years ago Aaron Bentley Fix reading bundles from http URLs 2.2 KB Diff Download File
apply_bundle.py 1551.11.9 18 years ago Aaron Bentley Apply change reporting to merge 2.7 KB Diff Download File
bundle_data.py 2294.1.10 18 years ago John Arbash Meinel Switch all apis over to utf8 file ids. All tests p 27.5 KB Diff Download File
commands.py 2178.4.4 18 years ago Alexander Belchenko encoding_type = 'exact' force sys.stdout to be bin 6.8 KB Diff Download File
common.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 1 KB Diff Download File