1746
1746
"""Register a new BzrDir format.
1748
1748
BzrProber.formats.register(format.get_format_string(), format)
1753
def register_lazy_format(klass, format_string, module_name, member_name):
1765
1750
def _supply_sub_formats_to(self, other_format):
1766
1751
"""Give other_format the same values for sub formats as this has.