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

Greg Ward greg-hg at gerg.ca
Mon Mar 15 11:26:19 CDT 2010


On Thu, Mar 11, 2010 at 10:22 AM, Eric Eisner <ede at mit.edu> wrote:
> # HG changeset patch
> # User Eric Eisner <ede at mit.edu>
> # Date 1268316661 18000
> # Node ID 4ba41eebb3a8560ee088cb4a171a5ff8e500a6d2
> # Parent  63948e7d37f7b1381c5f683efd55e99408bb51a4
> churn: use ui.progress instead of --progress
[...]
> @@ -188,6 +181,6 @@ cmdtable = {
>           ('s', 'sort', False, _('sort by key (default: sort by count)')),
>           ('', 'diffstat', False, _('display added/removed lines separately')),
>           ('', 'aliases', '', _('file with email aliases')),
> -          ('', 'progress', None, _('show progress'))],

Shouldn't we keep --progress around for one version (1.6) and have it
issue a warning like "--progress option is no longer supported: use
progress extension instead"?

Greg


More information about the Mercurial-devel mailing list