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