~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_msgeditor.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-27 22:09:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6463.
  • Revision ID: jelmer@samba.org-20120127220919-tk0fdybtfwi177c6
Use config stacks in a few more places in the test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
""")
82
82
 
83
83
    def make_multiple_pending_tree(self):
84
 
        from bzrlib import config
85
 
        config.GlobalConfig().set_user_option('email',
 
84
        config.GlobalStack().set_user_option('email',
86
85
                                              'Bilbo Baggins <bb@hobbit.net>')
87
86
        tree = self.make_branch_and_tree('a')
88
87
        tree.commit('Initial checkin.', timestamp=1230912900, timezone=0)