~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Patch Queue Manager
  • Date: 2012-06-18 12:59:19 UTC
  • mfrom: (6524.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20120618125919-jf2dy5p1apoljtan
(jelmer) Merge 2.5. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
isolated_environ = {
138
138
    'BZR_HOME': None,
139
139
    'HOME': None,
 
140
    'XDG_CONFIG_HOME': None,
140
141
    # bzr now uses the Win32 API and doesn't rely on APPDATA, but the
141
142
    # tests do check our impls match APPDATA
142
143
    'BZR_EDITOR': None, # test_msgeditor manipulates this variable