~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Matthieu Moy
  • Date: 2006-07-13 14:10:11 UTC
  • mto: (1558.16.5 revert-missing)
  • mto: This revision was merged to the branch mainline in revision 1908.
  • Revision ID: Matthieu.Moy@imag.fr-20060713141011-959489ab273e0f82
BZREMAIL renamed to BZR_EMAIL.

Keep support for BZREMAIL with a deprecation warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
583
583
        new_env = {
584
584
            'HOME': os.getcwd(),
585
585
            'APPDATA': os.getcwd(),
586
 
            'BZREMAIL': None,
 
586
            'BZR_EMAIL': None,
587
587
            'EMAIL': None,
588
588
        }
589
589
        self.__old_env = {}