Home
last modified time | relevance | path

Searched refs:BranchFormat (Results 1 – 8 of 8) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/plugins/weave_fmt/
H A Dbranch.py31 BranchFormat,
123 class BzrBranchFormat4(BranchFormat):
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dbranch.py45 BranchFormat,
718 class BranchFormatMetadir(bzrdir.BzrFormat, BranchFormat):
723 BranchFormat.__init__(self)
823 BranchFormat.check_support_status(
H A Dremote.py3225 class RemoteBranchFormat(branch.BranchFormat):
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/per_bzrdir/
H A Dtest_bzrdir.py45 class AnonymousTestBranchFormat(breezy.branch.BranchFormat):
52 class IdentifiableTestBranchFormat(breezy.branch.BranchFormat):
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dbranch.py361 class GitBranchFormat(branch.BranchFormat):
971 default_format = branch.BranchFormat._default_format
1347 default_format = branch.BranchFormat._default_format
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_branch.py178 class SampleExtraBranchFormat(_mod_branch.BranchFormat):
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dbranch.py1492 class BranchFormat(controldir.ControlComponentFormat): class
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_bzrdir.py1301 class _TestBranchFormat(breezy.branch.BranchFormat):