Home
last modified time | relevance | path

Searched refs:RemoteBranchFormat (Results 1 – 7 of 7) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/tests/per_branch/
H A Dtest_permissions.py36 from breezy.bzr.remote import RemoteBranchFormat
55 if isinstance(self.branch_format, RemoteBranchFormat):
85 if isinstance(self.branch_format, RemoteBranchFormat):
123 if isinstance(self.branch_format, RemoteBranchFormat):
H A D__init__.py32 from breezy.bzr.remote import RemoteBranchFormat
130 remote_branch_format = RemoteBranchFormat()
H A Dtest_sprout.py84 if isinstance(result_format, remote.RemoteBranchFormat):
H A Dtest_branch.py519 if isinstance(format, remote.RemoteBranchFormat):
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dremote.py350 if not isinstance(result, RemoteBranchFormat):
351 new_result = RemoteBranchFormat()
812 format = RemoteBranchFormat(network_name=branch_format_name)
3225 class RemoteBranchFormat(branch.BranchFormat): class
3228 super(RemoteBranchFormat, self).__init__()
3235 return (isinstance(other, RemoteBranchFormat)
3322 format = RemoteBranchFormat(network_name=response[1])
3502 self._format = RemoteBranchFormat()
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dbranch.py2129 if isinstance(format, remote.RemoteBranchFormat):
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_remote.py62 RemoteBranchFormat,
1157 format = RemoteBranchFormat(network_name=branch_format.network_name())
2381 remote_format = RemoteBranchFormat()