/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to tests/test_cache.py

Rename shamap to cache, as it can also do content caching now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    UnavailableFeature,
42
42
    )
43
43
 
44
 
from bzrlib.plugins.git.shamap import (
 
44
from bzrlib.plugins.git.cache import (
45
45
    SqliteBzrGitCache,
46
46
    DictBzrGitCache,
47
47
    TdbBzrGitCache,