~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-12 16:55:08 UTC
  • mto: This revision was merged to the branch mainline in revision 5737.
  • Revision ID: jelmer@samba.org-20110312165508-8aerwldchcf1n2ah
Test default control component format implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
613
613
        Unsupported formats may not support initialization or committing or
614
614
        some other features depending on the reason for not being supported.
615
615
        """
616
 
        raise True
 
616
        return True
617
617
 
618
618
    def check_status(self, allow_unsupported, recommend_upgrade=True,
619
619
        basedir=None):