Home
last modified time | relevance | path

Searched refs:bzrdir_format (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/brz/breezy-3.2.0/breezy/tests/per_controldir/
H A Dtest_format.py29 self.assertIsInstance(self.bzrdir_format.get_format_description(),
33 self.assertIsInstance(self.bzrdir_format.is_supported(), bool)
36 self.assertIsInstance(self.bzrdir_format.upgrade_recommended, bool)
40 self.bzrdir_format.supports_transport(self.get_transport()), bool)
43 if not self.bzrdir_format.is_supported():
45 self.bzrdir_format.check_support_status, False)
47 self.bzrdir_format.check_support_status(True)
48 self.bzrdir_format.check_support_status(False)
H A Dtest_controldir.py107 if self.bzrdir_format.is_initializable():
115 if not self.bzrdir_format.is_initializable():
120 self.bzrdir_format.initialize('.')
375 if not self.bzrdir_format.colocated_branches:
1089 self.assertEqual(self.bzrdir_format,
1168 if self.bzrdir_format.fixed_components:
1195 expected_format = self.bzrdir_format
1232 self.bzrdir_format.open,
1427 self.bzrdir_format, t))
1440 self.bzrdir_format.initialize(t.base)
[all …]
H A D__init__.py71 return self.bzrdir_format
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_controldir_colo/
H A Dtest_supported.py59 if not self.bzrdir_format.is_supported():
66 made_control = self.bzrdir_format.initialize(t.base)
78 if not self.bzrdir_format.is_supported():
85 made_control = self.bzrdir_format.initialize(t.base)
103 if not self.bzrdir_format.is_supported():
123 if not self.bzrdir_format.is_supported():
128 if not self.bzrdir_format.supports_workingtrees:
160 if not self.bzrdir_format.is_supported():
167 made_control = self.bzrdir_format.initialize(t.base)
H A Dtest_unsupported.py36 if not self.bzrdir_format.is_supported():
43 made_control = self.make_controldir('.', format=self.bzrdir_format)
47 self.assertEqual(made_control._format, self.bzrdir_format)
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A D__init__.py144 bzrdir_format=None): argument
157 if bzrdir_format is None:
158 bzrdir_format = 'breezy.bzr.bzrdir.BzrDirMetaFormat1'
174 bd = _load(bzrdir_format)
363 bzrdir_format='breezy.bzr.bzrdir.BzrDirMetaFormat1Colo',
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_branch/
H A D__init__.py45 for branch_format, bzrdir_format in formats:
54 "bzrdir_format": bzrdir_format,
74 format = self.bzrdir_format
H A Dtest_stacking.py335 if self.bzrdir_format.fixed_components:
352 if self.bzrdir_format.fixed_components:
565 format=self.bzrdir_format)
568 stacked = self.make_branch('stacked', format=self.bzrdir_format)
576 format=self.bzrdir_format)
H A Dtest_dotted_revno_to_revision_id.py59 if not self.bzrdir_format.repository_format.supports_ghosts:
H A Dtest_push.py220 bzrdir = self.bzrdir_format.initialize_on_transport(t)
232 format=self.bzrdir_format)
261 if self.bzrdir_format.fixed_components:
H A Dtest_branch.py51 bzrdir_branch_format = self.bzrdir_format.get_branch_format()
321 if not self.bzrdir_format.colocated_branches:
371 child_dir = self.bzrdir_format.initialize_on_transport(
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_workingtree/
H A D__init__.py102 bzrdir_format = self.workingtree_format.get_controldir_for_branch()
103 wt_dir = bzrdir_format.initialize_on_transport(t)
H A Dtest_inv.py48 if not self.bzrdir_format.repository_format.supports_full_versioned_files:
H A Dtest_workingtree.py504 made_control = self.bzrdir_format.initialize('new')
520 made_control = self.bzrdir_format.initialize('new')
H A Dtest_parents.py492 if self.bzrdir_format.repository_format.rich_root_data:
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_tree/
H A D__init__.py113 bzrdir_format = self.workingtree_format.get_controldir_for_branch()
114 made_control = self.make_controldir(relpath, format=bzrdir_format)
125 wt_dir = bzrdir_format.initialize_on_transport(t)
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/per_bzrdir/
H A Dtest_bzrdir.py524 if isinstance(self.bzrdir_format, RemoteBzrDirFormat):
632 if not self.bzrdir_format.is_initializable():
636 self.bzrdir_format.initialize_on_transport_ex(t, **kwargs)
643 expected_format = self.bzrdir_format
692 if not self.bzrdir_format.colocated_branches:
H A D__init__.py53 return self.bzrdir_format
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_repository/
H A Dtest_repository.py212 made_control = self.bzrdir_format.initialize(t.base)
241 self.bzrdir_format.repository_format)
265 if not self.bzrdir_format.is_supported():
271 made_control = self.bzrdir_format.initialize(t.base)
279 if not self.bzrdir_format.is_supported():
285 made_control = self.bzrdir_format.initialize(t.base)
734 bzrdir_format = self.repository_format._matchingcontroldir
737 target_bzrdir = bzrdir_format.initialize_on_transport(transport)
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_repository_reference/
H A Dtest_initialize.py33 result = self.bzrdir_format.initialize_on_transport_ex(
H A Dtest_unlock.py32 format=self.bzrdir_format)
H A Dtest_fetch.py97 target_bzrdir = self.bzrdir_format.initialize_on_transport(
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_bundle.py383 def bzrdir_format(self): member in BundleTester
390 format = self.bzrdir_format()
396 format = self.bzrdir_format()
1276 def bzrdir_format(self): member in V09BundleKnit2Tester
1286 def bzrdir_format(self): member in V09BundleKnit1Tester
1452 def bzrdir_format(self): member in V4_2aBundleTester
/dports/devel/brz/breezy-3.2.0/breezy/plugins/weave_fmt/
H A Dtest_bzrdir.py586 def bzrdir_format(self): member in V4WeaveBundleTester
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/per_repository_vf/
H A Dtest_fileid_involved.py93 format=self.bzrdir_format)

12