578
578
# store = bzrlib.store.CachedStore(store, cache_path)
580
581
def get_weave(name, prefixed=False):
582
583
ws = WeaveStore(self._transport.clone(relpath), prefixed=prefixed)
583
584
if self._transport.should_cache():
587
588
if self._branch_format == 4:
591
592
elif self._branch_format == 5:
592
593
self.control_weaves = get_weave(u'')
593
594
self.weave_store = get_weave(u'weaves')