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