/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
..
__init__.py 2245.8.6 18 years ago Martin Pool Documentation under 'help launchpad' 5.8 KB Diff Download File
lp_indirect.py 2245.8.6 18 years ago Martin Pool Documentation under 'help launchpad' 1.6 KB Diff Download File
lp_registration.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 7.4 KB Diff Download File
test_lp_indirect.py 2245.8.7 18 years ago Martin Pool small review cleanups 1.7 KB Diff Download File
test_register.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 8.4 KB Diff Download File