~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_workingtree.py

  • Committer: Alexander Belchenko
  • Date: 2008-02-06 15:33:12 UTC
  • mto: This revision was merged to the branch mainline in revision 3231.
  • Revision ID: bialix@ukr.net-20080206153312-qycs7u05d7fjtwqq
Ian's review

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        return "Sample tree format."
96
96
 
97
97
    def initialize(self, a_bzrdir, revision_id=None, from_branch=None,
98
 
                   accelerator_tree=None, hardlink=False):
 
98
                   accelerator_tree=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())