/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_workingtree/test_walkdirs.py

  • Committer: Jelmer Vernooij
  • Date: 2020-06-29 23:14:10 UTC
  • mto: (7490.40.48 work)
  • mto: This revision was merged to the branch mainline in revision 7519.
  • Revision ID: jelmer@jelmer.uk-20200629231410-wig5v5eqfrsrxx6x
Split out git and bzr-specific transforms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
        paths = ['file1', 'file2', 'dir1/', 'dir2/']
177
177
        self.build_tree(paths)
178
178
        tree.add(paths)
179
 
        tt = tree.get_transform()
 
179
        tt = tree.transform()
180
180
        root_transaction_id = tt.trans_id_tree_path('')
181
181
        tt.new_symlink('link1',
182
182
                       root_transaction_id, 'link-target', b'link1')