~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_msgeditor.py

  • Committer: John Arbash Meinel
  • Date: 2009-08-03 20:38:39 UTC
  • mto: This revision was merged to the branch mainline in revision 4592.
  • Revision ID: john@arbash-meinel.com-20090803203839-du9y39adazy9qdly
more updates to get things to build cleanly.

1) delete the release directories because it seems that gf.recipe.bzr doesn't
clean them up when you update to a new release.
2) fix 'clean-installer-all'. It is a lot more simple now, as we just nuke the
whole build-win32 directory.

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')