~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
696
696
 
697
697
    def get_format_description(self):
698
698
        """Return the short format description for this format."""
699
 
        raise NotImplementedError(self.get_format_string)
 
699
        raise NotImplementedError(self.get_format_description)
700
700
 
701
701
    def initialize(self, a_bzrdir):
702
702
        """Create a branch of this format in a_bzrdir."""