2171
2168
"""See BranchFormat.get_format_description()."""
2172
2169
return "Checkout reference format 1"
2175
2172
"""See BranchFormat.get_reference()."""
2177
2174
return transport.get_bytes('location')
2179
def set_reference(self, a_bzrdir, name, to_branch):
2180
2177
"""See BranchFormat.set_reference()."""
2182
2179
location = transport.put_bytes('location', to_branch.base)
2184
2181
def initialize(self, a_bzrdir, name=None, target_branch=None):