~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch_weave.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-08 20:07:41 UTC
  • mto: This revision was merged to the branch mainline in revision 5708.
  • Revision ID: jelmer@samba.org-20110308200741-owayh0up2nk5c2jq
Fix case sensitivity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        return self._matchingbzrdir.get_format_string()
102
102
 
103
103
    def get_format_description(self):
104
 
        return "Branch Format 4"
 
104
        return "Branch format 4"
105
105
 
106
106
    def open(self, a_bzrdir, name=None, _found=False, ignore_fallbacks=False,
107
107
            found_repository=None):