/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 bzrlib/tests/per_workingtree/test_pull.py

  • Committer: Jelmer Vernooij
  • Date: 2012-02-01 19:18:09 UTC
  • mfrom: (6459 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6460.
  • Revision ID: jelmer@samba.org-20120201191809-xn340a5i5v4fqsfu
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                    self.workingtree_format)
98
98
        trunk = self.make_branch_deleting_dir('trunk')
99
99
        work = trunk.bzrdir.sprout('work', revision_id='2').open_workingtree()
100
 
        work.branch.get_config().set_user_option(
 
100
        work.branch.get_config_stack().set(
101
101
            'bzr.transform.orphan_policy', 'move')
102
102
        # Add some unversioned files in dir
103
103
        self.build_tree(['work/dir/foo',