3021
3021
"""If this format supports missing parent conflicts."""
3024
3033
def find_format(klass, a_bzrdir):
3025
3034
"""Return the format for the working tree object in a_bzrdir."""
3029
3037
return format_registry.get(format_string)
3033
3039
raise errors.UnknownFormatError(format=format_string,