[PATCH] churn: use ui.progress instead of --progress

Benoit Boissinot bboissin at gmail.com
Thu Mar 11 08:18:08 CST 2010


On Thu, Mar 11, 2010 at 03:01:54PM +0100, Martin Geisler wrote:
> Benoit Boissinot <bboissin at gmail.com> writes:
> 
> > On Wed, Mar 10, 2010 at 7:35 PM, Eric Eisner <ede at mit.edu> wrote:
> >> # HG changeset patch
> >> # User Eric Eisner <ede at mit.edu>
> >> # Date 1268246122 18000
> >> # Node ID 6f454558cd628c86176373508c1d57d11530efbb
> >> # Parent  6227c8d669d52e9e29daa72b0cc9c072acc20ac4
> >> churn: use ui.progress instead of --progress
> >>
> >>           ('', 'aliases', '', _('file with email aliases')),
> >> -          ('', 'progress', None, _('show progress'))],
> >> +          ],
> >>          _("hg churn [-d DATE] [-r REV] [--aliases FILE] [--progress] [FILE]")),
> >
> > You missed the synopsis. Maybe the option should be left, and it would
> > change the configuration in ui.
> 
> I'm fine with removing the option completely and consolidating our
> progress bars so they all use the extension. We should just put a note
> about it in the release notes.

Maybe at one point hgext/progress.py should be moved into core, and
enabled with a global --progress flag.

Cheers,

Benoit

-- 
:wq


More information about the Mercurial-devel mailing list