85
86
# more likely to always show everything. And we use the environment
86
87
# variable rather than 'python -v' in the hope it will work even if
87
88
# bzr is frozen and python is not explicitly specified. -- mbp 20100208
94
90
trace.mutter('Setting env for bzr subprocess: %r', env_changes)
95
91
kwargs = dict(env_changes=env_changes,
96
92
allow_plugins=(not are_plugins_disabled()))