[MERGE] ``BZR_LOG=disable`` suppresses writing messages to .bzr.log.
Alexander Belchenko
bialix at ukr.net
Mon Jan 28 11:04:02 GMT 2008
Paul Moore пишет:
> On 28/01/2008, Alexander Belchenko <bialix at ukr.net> wrote:
>> This patch adds support for BZR_LOG env variables that allows to suppress .bzr.log.
>
> I would prefer this to be controlled by a config variable, rather than
> an environment variable. To set an environment variable on Windows
> requires either a global setting, or a wrapper BAT file.
What do you mean by 'global setting'?
It's possible to set environment variable for current shell session:
set BZR_LOG=disable
or for current user for all shell sessions by
My Computer - Properties - Additional - Environment Variables - Environment variables
for user XXX
or similarly (if you're have admin rights) for entire system.
For me it's enough to deal with. If you dislike this approach I'd prefer
to withdraw this patch, because I don't want to put this knob into config.
More information about the bazaar
mailing list