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