Home
last modified time | relevance | path

Searched refs:supports_full_versioned_files (Results 1 – 13 of 13) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/tests/per_interrepository/
H A Dtest_fetch.py101 if not self.repository_format.supports_full_versioned_files:
431 if not self.repository_format.supports_full_versioned_files:
433 if not self.repository_format_to.supports_full_versioned_files:
486 if not self.repository_format.supports_full_versioned_files:
545 if not self.repository_format_to.supports_full_versioned_files:
573 if not to_repo._format.supports_full_versioned_files:
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/per_repository_vf/
H A D__init__.py33 if format.supports_full_versioned_files:
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_branch/
H A Dtest_create_clone.py105 if not trunk.repository._format.supports_full_versioned_files:
146 if not trunk.repository._format.supports_full_versioned_files:
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_workingtree/
H A Dtest_inv.py48 if not self.bzrdir_format.repository_format.supports_full_versioned_files:
168 if base.branch.repository._format.supports_full_versioned_files:
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dvf_repository.py89 supports_full_versioned_files = True variable in VersionedFileRepositoryFormat
2428 return (source._format.supports_full_versioned_files
2429 and target._format.supports_full_versioned_files)
2440 if not source._format.supports_full_versioned_files:
2442 if not target._format.supports_full_versioned_files:
2797 and source._format.supports_full_versioned_files
2798 and target._format.supports_full_versioned_files)
H A Dremote.py1014 supports_full_versioned_files = True variable in RemoteRepositoryFormat
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_repository.py401 dummy_a._format.supports_full_versioned_files = True
404 dummy_b._format.supports_full_versioned_files = True
435 dummy_a._format.supports_full_versioned_files = (
436 repo._format.supports_full_versioned_files)
441 dummy_b._format.supports_full_versioned_files = (
442 repo._format.supports_full_versioned_files)
H A Dtest_inv.py64 if format.supports_full_versioned_files:
76 if not repo_fmt.supports_full_versioned_files:
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_repository/
H A Dtest_fetch.py124 if not repo._format.supports_full_versioned_files:
H A Dtest_commit_builder.py491 if tree.branch.repository._format.supports_full_versioned_files:
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_interbranch/
H A Dtest_push.py344 if not remote.repository._format.supports_full_versioned_files:
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Drepository.py575 supports_full_versioned_files = False variable in GitRepositoryFormat
/dports/devel/brz/breezy-3.2.0/breezy/
H A Drepository.py1309 supports_full_versioned_files = None variable in RepositoryFormat