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