bzr pull & crontab

Martin Pool martinpool at gmail.com
Fri Mar 9 01:08:47 GMT 2007


On 09/03/07, John Arbash Meinel <john at arbash-meinel.com> wrote:
> The fix is pretty small, something like either:

+1 to either of them.

We should be more consistent about how we handle quietness.  As in
your patches there seem to be two main options:

 1- have the command take a --quiet flag and then directly decide what
to print or not; this might mean passing it down to lower-level
functions

 2- just switch off note at the trace.py level.  This does have the
advantage of centralizing it, but forces things through a single
channel (it only goes to stderr), not taking into account outf, etc.

I think I'd prefer #1, what do you think?
-- 
Martin



More information about the bazaar mailing list