2171
2143
"""See BranchFormat.get_format_description()."""
2172
2144
return "Checkout reference format 1"
2175
2147
"""See BranchFormat.get_reference()."""
2177
2149
return transport.get_bytes('location')
2179
def set_reference(self, a_bzrdir, name, to_branch):
2180
2152
"""See BranchFormat.set_reference()."""
2182
2154
location = transport.put_bytes('location', to_branch.base)
2184
2156
def initialize(self, a_bzrdir, name=None, target_branch=None):