3019
3019
"""If this format supports missing parent conflicts."""
3022
3031
def find_format(klass, a_bzrdir):
3023
3032
"""Return the format for the working tree object in a_bzrdir."""
3027
3035
return format_registry.get(format_string)
3031
3037
raise errors.UnknownFormatError(format=format_string,