Home
last modified time | relevance | path

Searched refs:supports_setting_file_ids (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/brz/breezy-3.2.0/breezy/tests/per_workingtree/
H A Dtest_add.py49 if not tree.supports_setting_file_ids():
61 if not tree.supports_setting_file_ids():
100 if not tree.supports_setting_file_ids():
133 if not tree.supports_setting_file_ids():
174 if tree._format.supports_setting_file_ids:
189 if not tree.supports_setting_file_ids():
210 if not tree.supports_setting_file_ids():
H A Dtest_add_reference.py54 if tree.supports_setting_file_ids():
68 if not tree.supports_setting_file_ids():
84 if not tree.supports_setting_file_ids():
H A Dtest_transform.py137 if self.wt.supports_setting_file_ids():
140 if self.wt.supports_setting_file_ids():
149 if self.wt.supports_setting_file_ids():
165 if self.wt.supports_setting_file_ids():
171 if self.wt.supports_setting_file_ids():
357 if self.wt.supports_setting_file_ids():
415 if self.wt.supports_setting_file_ids():
503 if self.wt.supports_setting_file_ids():
514 if self.wt.supports_setting_file_ids():
715 if self.wt.supports_setting_file_ids():
[all …]
H A Dtest_set_root_id.py35 if not tree.supports_setting_file_ids():
59 if not tree.supports_setting_file_ids():
H A Dtest_paths2ids.py99 if not tree.supports_setting_file_ids():
204 if not tree.supports_setting_file_ids():
H A Dtest_mkdir.py38 if not t.supports_setting_file_ids():
H A Dtest_revision_tree.py82 if not tree.supports_setting_file_ids():
H A Dtest_move.py47 if tree.supports_setting_file_ids():
53 if tree.supports_setting_file_ids():
H A Dtest_commit.py221 if wt.supports_setting_file_ids():
230 if wt.supports_setting_file_ids():
H A Dtest_merge_from_branch.py168 if outer.supports_setting_file_ids():
H A Dtest_smart_add.py286 if not wt._format.supports_setting_file_ids:
H A Dtest_workingtree.py578 if not wt._format.supports_setting_file_ids:
943 if tree.supports_setting_file_ids():
1332 [self.workingtree_format.supports_setting_file_ids],
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_tree/
H A Dtest_ids.py29 if not work_a.supports_setting_file_ids():
91 if not work_tree.supports_setting_file_ids():
106 if not work_tree.supports_setting_file_ids():
H A Dtest_get_root_id.py32 if not tree.supports_setting_file_ids():
H A Dtest_test_trees.py285 if tree.supports_setting_file_ids():
302 if not tree.supports_setting_file_ids():
353 if wt.supports_setting_file_ids():
397 if wt.supports_setting_file_ids():
H A Dtest_transform.py156 if tree.supports_setting_file_ids():
285 if not self.workingtree_format.supports_setting_file_ids:
324 if self.workingtree_format.supports_setting_file_ids:
342 if self.workingtree_format.supports_setting_file_ids:
360 if tree.supports_setting_file_ids():
689 if tree.supports_setting_file_ids():
695 if tree.supports_setting_file_ids():
H A D__init__.py148 if empty_tree.supports_setting_file_ids():
H A Dtest_tree.py144 if not work_tree.supports_setting_file_ids():
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_join.py74 if sub_tree.supports_setting_file_ids():
85 if base_tree.supports_setting_file_ids():
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dworkingtree.py187 def supports_setting_file_ids(self): member in WorkingTree
188 return self._format.supports_setting_file_ids
700 if self.supports_setting_file_ids():
703 if not self.supports_setting_file_ids():
1049 if not self.supports_setting_file_ids():
1306 supports_setting_file_ids = True variable in WorkingTreeFormat
H A Dworkspace.py207 if self.tree.supports_setting_file_ids():
H A Dtransform.py1003 if tt._tree.supports_setting_file_ids():
1127 def supports_setting_file_ids(self): member in PreviewTree
1128 raise NotImplementedError(self.supports_setting_file_ids)
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_extract.py33 if b_wt.supports_setting_file_ids():
H A Dtest_subsume.py80 if base_tree.supports_setting_file_ids():
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_interrepository/
H A Dtest_fetch.py531 if not from_tree.supports_setting_file_ids():

12