Comment 8 for bug 320035

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 320035] Re: progress bar is shown regardless of the --quiet option

On Fri, 2009-05-08 at 09:18 +0000, Steve McInerney wrote:
> Just hit this ourselves.
>
> Have an automated/cron:
> if (bzr st) then bzr ci -q -m "updated"
>
> kind of logic/situation.

If you're in a scripting environment you may want to set
BZR_PROGRESS_BAR=none

as you won't want progress bar output from 'bzr st' *either*.

Martin - I think this is still invalid, because of the above.

-Rob