/dports/devel/brz/breezy-3.2.0/breezy/tests/per_workingtree/ |
H A D | test_add.py | 49 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 D | test_add_reference.py | 54 if tree.supports_setting_file_ids(): 68 if not tree.supports_setting_file_ids(): 84 if not tree.supports_setting_file_ids():
|
H A D | test_transform.py | 137 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 D | test_set_root_id.py | 35 if not tree.supports_setting_file_ids(): 59 if not tree.supports_setting_file_ids():
|
H A D | test_paths2ids.py | 99 if not tree.supports_setting_file_ids(): 204 if not tree.supports_setting_file_ids():
|
H A D | test_mkdir.py | 38 if not t.supports_setting_file_ids():
|
H A D | test_revision_tree.py | 82 if not tree.supports_setting_file_ids():
|
H A D | test_move.py | 47 if tree.supports_setting_file_ids(): 53 if tree.supports_setting_file_ids():
|
H A D | test_commit.py | 221 if wt.supports_setting_file_ids(): 230 if wt.supports_setting_file_ids():
|
H A D | test_merge_from_branch.py | 168 if outer.supports_setting_file_ids():
|
H A D | test_smart_add.py | 286 if not wt._format.supports_setting_file_ids:
|
H A D | test_workingtree.py | 578 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 D | test_ids.py | 29 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 D | test_get_root_id.py | 32 if not tree.supports_setting_file_ids():
|
H A D | test_test_trees.py | 285 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 D | test_transform.py | 156 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__.py | 148 if empty_tree.supports_setting_file_ids():
|
H A D | test_tree.py | 144 if not work_tree.supports_setting_file_ids():
|
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/ |
H A D | test_join.py | 74 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 D | workingtree.py | 187 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 D | workspace.py | 207 if self.tree.supports_setting_file_ids():
|
H A D | transform.py | 1003 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 D | test_extract.py | 33 if b_wt.supports_setting_file_ids():
|
H A D | test_subsume.py | 80 if base_tree.supports_setting_file_ids():
|
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_interrepository/ |
H A D | test_fetch.py | 531 if not from_tree.supports_setting_file_ids():
|