/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/tree_implementations/__init__.py

  • Committer: Robey Pointer
  • Date: 2006-09-08 18:52:17 UTC
  • mfrom: (1993 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1996.
  • Revision ID: robey@lag.net-20060908185217-6a4406e1d41753f5
merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    def _make_abc_tree(self, tree):
92
92
        """setup an abc content tree."""
93
93
        files = ['a', 'b/', 'b/c']
94
 
        self.build_tree(files, transport=tree.bzrdir.root_transport)
 
94
        self.build_tree(files, line_endings='binary',
 
95
                        transport=tree.bzrdir.root_transport)
95
96
        tree.add(files, ['a-id', 'b-id', 'c-id'])
96
97
 
97
98
    def get_tree_no_parents_abc_content(self, tree, converter=None):