[PATCH] progress: check for ui.quiet and ui.debugflag before we write

Matt Mackall mpm at selenic.com
Thu Dec 15 13:48:27 CST 2011


On Wed, 2011-12-14 at 15:42 +0100, David Soria Parra wrote:
> # HG changeset patch
> # User David Soria Parra <dsp at php.net>
> # Date 1323873668 -3600
> # Node ID a12cd047920cf4a8135086b66112bcae622048b0
> # Parent  e6868bd17f24324db347a289bb2ae0120dd5cd54
> progress: check for ui.quiet and ui.debugflag before we write
> 
> ui.quiet and ui.debugflag are not initialized during uisetup and
> reposetup.  progressui is always initialized, therefore we have to check
> during write() if ui.quiet is set or not.

Queued for stable, thanks. Though perhaps we should simply be
initializing them?

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list