/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to brzlib/trace.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 14:47:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521144752-8o6jt0a6xat9g7lm
More renames; commands in output, environment variables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
 
195
195
 
196
196
def _get_bzr_log_filename():
197
 
    bzr_log = osutils.path_from_environ('BZR_LOG')
 
197
    bzr_log = osutils.path_from_environ('BRZ_LOG')
198
198
    if bzr_log:
199
199
        return bzr_log
200
 
    home = osutils.path_from_environ('BZR_HOME')
 
200
    home = osutils.path_from_environ('BRZ_HOME')
201
201
    if home is None:
202
202
        # GZ 2012-02-01: Logging to the home dir is bad, but XDG is unclear
203
203
        #                over what would be better. On windows, bug 240550