/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/test_transform.py

  • Committer: Jelmer Vernooij
  • Date: 2018-06-12 23:20:41 UTC
  • mfrom: (6977.2.4 transform-fixes)
  • Revision ID: jelmer@jelmer.uk-20180612232041-gadxsx7ezrx6werf
Merge lp:~jelmer/brz/transform-fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1626
1626
        tt = TreeTransform(tree2)
1627
1627
        foo_trans_id = tt.create_path('foo', tt.root)
1628
1628
        create_from_tree(tt, foo_trans_id, tree1, 'foo', file_id=b'foo-id',
1629
 
                         bytes='qux')
 
1629
                         chunks=['qux'])
1630
1630
        tt.apply()
1631
1631
        self.assertFileEqual('qux', 'tree2/foo')
1632
1632