~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-24 18:38:20 UTC
  • mfrom: (5685 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5687.
  • Revision ID: jelmer@samba.org-20110224183820-3nq2ka84ro042iu2
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
    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)