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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-09-22 23:21:53 UTC
  • mfrom: (7391.3.3 less-id2path-1)
  • Revision ID: breezy.the.bot@gmail.com-20190922232153-z91h04dv1s1s1i6w
Use id2path in fewer places; instead use paths.

Merged from https://code.launchpad.net/~jelmer/brz/less-id2path-1/+merge/373061

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
    def test_id2path(self):
142
142
        # translate from file-id back to path
143
143
        work_tree = self.make_branch_and_tree('wt')
 
144
        if not work_tree.supports_setting_file_ids():
 
145
            self.skipTest("working tree does not support setting file ids")
144
146
        tree = self.get_tree_no_parents_abc_content(work_tree)
145
147
        a_id = tree.path2id('a')
146
148
        with tree.lock_read():