/brz/remove-bazaar

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

Change _iter_nodes so that it is a generator.

Change _check_remap to use _iter_nodes to eliminate the redundancy.
We also added a 'batch_size' parameter, so that with large fan-outs
we don't page in all the nodes unnecessarily. Which adds both direct
computation overhead, but also causes us to thrash the page cache.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3453.5.1 17 years ago Andrew Bennetts Add {bzrdir,repository,branch}_implementations tes 5.4 KB Diff Download File
test_bzrdir.py 3872.3.3 17 years ago Jelmer Vernooij Add test for backup_bzrdir. 78.4 KB Diff Download File