~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_msgeditor.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-06 02:23:37 UTC
  • mfrom: (4332.3.36 check)
  • Revision ID: pqm@pqm.ubuntu.com-20090806022337-7c2oni07fsjq6gun
(robertc) Partial overhaul of check to do less duplicate work.
        (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')