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