/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: Alexander Belchenko
  • Date: 2007-11-15 20:39:56 UTC
  • mfrom: (2998 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2999.
  • Revision ID: bialix@ukr.net-20071115203956-rk1pyelb2h93c5dy
merge bzr.dev

Show diffs side-by-side

added added

removed removed

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