~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
672
672
    """Whether working trees can exist in control directories of this format.
673
673
    """
674
674
 
675
 
    flexible_components = True
676
 
    """Whether components can change format without the control dir changing.
 
675
    fixed_components = False
 
676
    """Whether components can not change format independent of the control dir.
677
677
    """
678
678
 
679
679
    def get_format_description(self):