~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-11 02:43:03 UTC
  • mto: (6213.1.40 feature-flags)
  • mto: This revision was merged to the branch mainline in revision 6353.
  • Revision ID: jelmer@samba.org-20111211024303-up1qg5oc0zo061d2
Add test for WorkingTreeFormat.from_string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1103
1103
 
1104
1104
 
1105
1105
class BzrDirMetaComponentFormat(controldir.ControlComponentFormat):
1106
 
    """Base class for all formats of things living in metadirs."""
 
1106
    """Base class for all formats of things living in metadirs.
 
1107
 
 
1108
    This class manages the format string that is stored in the 'format'
 
1109
    or 'branch-format' file.
 
1110
    """
1107
1111
 
1108
1112
    @classmethod
1109
1113
    def get_format_string(cls):