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

  • Committer: Jelmer Vernooij
  • Date: 2018-02-04 00:06:29 UTC
  • mfrom: (6851.1.1 more-foreign)
  • Revision ID: jelmer@jelmer.uk-20180204000629-9h8r8kf2s2cw7wb9
Merge lp:~jelmer/brz/more-foreign-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
        # should not raise an error: it must be unversioned in *all* trees to
173
173
        # error.
174
174
        tree = self.make_branch_and_tree('tree')
 
175
        if not tree.supports_setting_file_ids():
 
176
            raise TestNotApplicable('tree does not support setting file ids')
175
177
        tree.commit('make basis')
176
178
        basis = tree.basis_tree()
177
179
        self.build_tree(['tree/in-one'])