Home
last modified time | relevance | path

Searched refs:BranchFormatRegistry (Results 1 – 2 of 2) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/
H A Dbranch.py1858 class BranchFormatRegistry(controldir.ControlComponentFormatRegistry): class
1862 super(BranchFormatRegistry, self).__init__(other_registry)
1892 format_registry = BranchFormatRegistry(network_format_registry)
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_branch.py250 self.registry = _mod_branch.BranchFormatRegistry()