Home
last modified time | relevance | path

Searched refs:fixed_components (Results 1 – 12 of 12) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/bzr/smart/
H A Dbzrdir.py207 if not control_format.fixed_components:
244 if not control_format.fixed_components:
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_branch/
H A Dtest_stacking.py335 if self.bzrdir_format.fixed_components:
352 if self.bzrdir_format.fixed_components:
H A Dtest_push.py261 if self.bzrdir_format.fixed_components:
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/per_bzrdir/
H A Dtest_bzrdir.py644 if need_meta and expected_format.fixed_components:
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Ddir.py67 fixed_components = True variable in GitControlDirFormat
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dcontroldir.py1062 fixed_components = False variable in ControlDirFormat
H A Dbuiltins.py2229 if format.fixed_components:
/dports/devel/brz/breezy-3.2.0/breezy/plugins/weave_fmt/
H A Dbzrdir.py70 fixed_components = True variable in BzrDirFormatAllInOne
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dbranch.py1012 if a_controldir._format.fixed_components:
H A Dbzrdir.py1517 fixed_components = False variable in BzrDirMetaFormat1
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_controldir/
H A Dtest_controldir.py1152 if not control._format.fixed_components:
1168 if self.bzrdir_format.fixed_components:
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_repository/
H A Dtest_repository.py726 if repo.controldir._format.fixed_components: