~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-02-23 15:43:26 UTC
  • mfrom: (5673.1.3 flexible-components)
  • Revision ID: pqm@pqm.ubuntu.com-20110223154326-clehiyp17ffzo5o9
(jelmer) Add BzrDirFormat.fixed_components. (Jelmer Vernooij)

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
    fixed_components = False
 
676
    """Whether components can not change format independent of the control dir.
 
677
    """
 
678
 
675
679
    def get_format_description(self):
676
680
        """Return the short description for this format."""
677
681
        raise NotImplementedError(self.get_format_description)