40
41
class AllInOneRepository(Repository):
41
42
"""Legacy support - the repository behaviour for all-in-one branches."""
43
46
def __init__(self, _format, a_bzrdir, _revision_store, control_store, text_store):
44
47
# we reuse one control files instance.
45
48
dir_mode = a_bzrdir._control_files._dir_mode