725
737
def get_format_string(self):
726
738
"""See BranchFormat.get_format_string()."""
727
739
return "Bazaar-NG Branch Reference Format 1\n"
729
745
def initialize(self, a_bzrdir, target_branch=None):
730
746
"""Create a branch of this format in a_bzrdir."""