95
94
return "Sample tree format."
97
96
def initialize(self, a_bzrdir, revision_id=None, from_branch=None,
99
98
"""Sample branches cannot be created."""
100
99
t = a_bzrdir.get_workingtree_transport(self)
101
100
t.put_bytes('format', self.get_format_string())