/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_workingtree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-02-24 19:15:21 UTC
  • mfrom: (3136.1.11 hardlinks2)
  • Revision ID: pqm@pqm.ubuntu.com-20080224191521-mrdhiyn59r5q2z6l
Add hardlink support to checkout and branch (abentley)

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):
 
98
                   accelerator_tree=None, hardlink=False):
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())