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

  • Committer: Jelmer Vernooij
  • Date: 2018-01-15 06:26:48 UTC
  • mfrom: (6844.1.2 more-foreign-3)
  • Revision ID: jelmer@jelmer.uk-20180115062648-goqcy9j9jr5ri71l
merge lp:~jelmer/brz/more-foreign-3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
    def test_pull_changes_root_id(self):
61
61
        tree = self.make_branch_and_tree('from')
 
62
        if not tree._format.supports_versioned_directories:
 
63
            self.skipTest('format does not support custom root ids')
62
64
        tree.set_root_id('first_root_id')
63
65
        self.build_tree(['from/file'])
64
66
        tree.add(['file'])