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

(robertc) Pull in patches from bzr.dev: Up to rev 4637, then 4639,
        4641, 4643, 4646, 4649, 4650, 4651. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
    def make_multiple_pending_tree(self):
83
83
        from bzrlib import config
84
 
        self.thisFailsStrictLockCheck() # clone?
85
84
        config.GlobalConfig().set_user_option('email',
86
85
                                              'Bilbo Baggins <bb@hobbit.net>')
87
86
        tree = self.make_branch_and_tree('a')