~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-22 12:10:34 UTC
  • mto: This revision was merged to the branch mainline in revision 5737.
  • Revision ID: jelmer@samba.org-20110322121034-70a7037sqrs2l2no
Rename check_status -> check_support_status.

Show diffs side-by-side

added added

removed removed

Lines of Context:
615
615
        """
616
616
        return True
617
617
 
618
 
    def check_status(self, allow_unsupported, recommend_upgrade=True,
 
618
    def check_support_status(self, allow_unsupported, recommend_upgrade=True,
619
619
        basedir=None):
620
620
        """Give an error or warning on old formats.
621
621
 
796
796
        """
797
797
        return True
798
798
 
799
 
    def check_status(self, allow_unsupported, recommend_upgrade=True,
 
799
    def check_support_status(self, allow_unsupported, recommend_upgrade=True,
800
800
        basedir=None):
801
801
        """Give an error or warning on old formats.
802
802