~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Aaron Bentley
  • Date: 2006-08-06 23:35:09 UTC
  • mfrom: (1861.4.3 bzr.email)
  • mto: This revision was merged to the branch mainline in revision 1908.
  • Revision ID: aaron.bentley@utoronto.ca-20060806233509-f15a1e9dffa2ecc0
Moy: change BZREMAIL to BZR_EMAIL

Show diffs side-by-side

added added

removed removed

Lines of Context:
593
593
        new_env = {
594
594
            'HOME': os.getcwd(),
595
595
            'APPDATA': os.getcwd(),
596
 
            'BZREMAIL': None,
 
596
            'BZR_EMAIL': None,
597
597
            'EMAIL': None,
598
598
        }
599
599
        self.__old_env = {}