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