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

Benoit Boissinot bboissin at gmail.com
Wed Mar 10 12:46:53 CST 2010


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