/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 breezy/tests/per_tree/test_export.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-25 12:47:13 UTC
  • mfrom: (6928 work)
  • mto: (6940.2.6 base)
  • mto: This revision was merged to the branch mainline in revision 6941.
  • Revision ID: jelmer@jelmer.uk-20180325124713-dq64vm9bhch1gjow
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    def prepare_export(self):
33
33
        work_a = self.make_branch_and_tree('wta')
34
34
        self.build_tree_contents(
35
 
            [('wta/file', 'a\nb\nc\nd\n'), ('wta/dir', '')])
 
35
            [('wta/file', b'a\nb\nc\nd\n'), ('wta/dir', b'')])
36
36
        work_a.add('file')
37
37
        work_a.add('dir')
38
38
        work_a.commit('add file')