/brz/remove-bazaar

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

  • Committer: John Arbash Meinel
  • Date: 2008-12-08 18:23:00 UTC
  • mto: (3882.6.2 xml_cache)
  • Revision ID: john@arbash-meinel.com-20081208182300-u1qmnxafwt2rr5dz
Add LRUCache.resize(), and change the init arguments for LRUCache.

The old name was a bit confusing, and caused LRUSizeCache to re-use variables in
a confusing way with LRUCache.


Also, this changes the default cleanup size to be 80% of max_size. This should
be better, as it means we get a little bit of room when adding keys,
rather than having to cleanup after every add, we can instead do it in
batches.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3834.5.2 16 years ago John Arbash Meinel Track down the various BranchFormats that weren't 8.3 KB Diff Download File
test_bound_sftp.py 1551.15.71 18 years ago Aaron Bentley Fix test case that was importing merge when it did 12.8 KB Diff Download File
test_branch.py 3834.5.2 16 years ago John Arbash Meinel Track down the various BranchFormats that weren't 29 KB Diff Download File
test_break_lock.py 1551.19.52 17 years ago Aaron Bentley Fix test kipple by unlocking repo 3.9 KB Diff Download File
test_check.py 3489.2.4 17 years ago Andrew Bennetts Fix all tests broken by fixing make_branch_and_tre 2.8 KB Diff Download File
test_commit.py 3221.13.3 17 years ago Ian Clatworthy Merge bzr.dev r3466 8.8 KB Diff Download File
test_create_checkout.py 3044.1.1 17 years ago Martin Pool Fix up calls to TestCase.build_tree passing a stri 2.6 KB Diff Download File
test_get_revision_id_to_revno_map.py 2978.7.1 17 years ago John Arbash Meinel Fix bug #162486, by having RemoteBranch properly i 4.6 KB Diff Download File
test_hooks.py 3681.1.3 17 years ago Robert Collins Update branch open tests to accomodate stacking. 13.9 KB Diff Download File
test_http.py 3102.1.1 17 years ago Vincent Ladeuil Rename bzrlib/test/HTTPTestUtils.py to bzrlib/test 3.5 KB Diff Download File
test_last_revision_info.py 2249.4.1 18 years ago Wouter van Heyst New Branch.last_revision_info method, this is bein 1.4 KB Diff Download File
test_locking.py 3692.1.2 17 years ago Andrew Bennetts Fix regression introduced by fix, and add a test f 21.1 KB Diff Download File
test_parent.py 3139.2.1 17 years ago Alexander Belchenko bugfix #90847: fix problem with parent location on 3.6 KB Diff Download File
test_permissions.py 3638.3.6 17 years ago Vincent Ladeuil Isolate group sticky bit related tests. * bzrlib/ 5.7 KB Diff Download File
test_pull.py 3482.1.2 17 years ago John Arbash Meinel remove the bogus pdb line 9.3 KB Diff Download File
test_push.py 3703.3.7 17 years ago Andrew Bennetts Move empty push effort tests to branch_implementat 13.6 KB Diff Download File
test_reconcile.py 3489.2.4 17 years ago Andrew Bennetts Fix all tests broken by fixing make_branch_and_tre 2.9 KB Diff Download File
test_revision_history.py 3495.2.1 17 years ago Aaron Bentley Tolerate ghosts in mainline (#235055) 8.6 KB Diff Download File
test_revision_id_to_revno.py 2598.5.3 18 years ago Aaron Bentley Push NULL_REVISION deeper 1.6 KB Diff Download File
test_sprout.py 3877 16 years ago Canonical.com Patch Queue Manager (jam) branch_format._matching_bzrdir.branch_format 5.2 KB Diff Download File
test_stacking.py 3877 16 years ago Canonical.com Patch Queue Manager (jam) branch_format._matching_bzrdir.branch_format 19 KB Diff Download File
test_tags.py 2388.1.12 18 years ago Alexander Belchenko direct test for tags.get_reverse_tag_dict() 7 KB Diff Download File
test_uncommit.py 3256.2.16 17 years ago Daniel Watkins Updated uses of Hooks.install_hook to Hooks.instal 3.9 KB Diff Download File
test_update.py 3445.1.8 17 years ago John Arbash Meinel Clarity tweaks recommended by Ian 4.7 KB Diff Download File