53
53
class Repository(object):
55
def __init__(self, transport, branch_format,
56
58
self.control_files = LockableFiles(transport, bzrlib.BZRDIR, 'README')
57
59
def get_weave(name, prefixed=False):
58
60
relpath = self.control_files._rel_controlfilename(unicode(name))
59
61
weave_transport = transport.clone(relpath)
61
65
if self.control_files._transport.should_cache():