502
502
"""Return the ASCII format string that identifies this format."""
503
503
raise NotImplementedError(self.get_format_string)
528
505
def initialize(self, a_bzrdir):
529
506
"""Create a branch of this format in a_bzrdir."""
530
507
raise NotImplementedError(self.initialized)