~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/chroot.py

  • Committer: Martin Packman
  • Date: 2011-10-14 19:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6235.
  • Revision ID: martin.packman@canonical.com-20111014192419-2346nl9drsx4018i
Stop going through LRUCache.add for some cache stores in chk_map

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
root.
19
19
"""
20
20
 
21
 
from __future__ import absolute_import
22
 
 
23
21
from bzrlib.transport import (
24
22
    pathfilter,
25
23
    register_transport,