2157
2161
"""See BranchFormat.get_format_description()."""
2158
2162
return "Checkout reference format 1"
2161
2165
"""See BranchFormat.get_reference()."""
2163
2167
return transport.get_bytes('location')
2169
def set_reference(self, a_bzrdir, name, to_branch):
2166
2170
"""See BranchFormat.set_reference()."""
2168
2172
location = transport.put_bytes('location', to_branch.base)
2170
2174
def initialize(self, a_bzrdir, name=None, target_branch=None):