~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 16:09:47 UTC
  • mto: (5582.10.69 weave-fmt-plugin)
  • mto: This revision was merged to the branch mainline in revision 5688.
  • Revision ID: jelmer@samba.org-20110224160947-e7kqclxnjif28v5q
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)