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

Eric Eisner ede at mit.edu
Wed Mar 10 12:54:56 CST 2010


Given that there is now a standard progress ui, I think it's better to
ditch this custom flag for just one command.

If --progress were to enable the progress extension, it would make
more sense as a global option.

-Eric

On Wed, Mar 10, 2010 at 13:46, Benoit Boissinot <bboissin at gmail.com> wrote:
> 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.
>
> regards,
>
> Benoit
>


More information about the Mercurial-devel mailing list