1739
1739
"""True if this format supports tags stored in the branch"""
1740
1740
return False # by default
1743
1751
class MetaDirBranchFormatFactory(registry._LazyObjectGetter):
1744
1752
"""A factory for a BranchFormat object, permitting simple lazy registration.