[PATCH] record: do not include files into changes count

Dirkjan Ochtman dirkjan at ochtman.nl
Sun Jan 23 10:44:37 CST 2011


On Sun, Jan 23, 2011 at 15:55, Patrick Mezard <pmezard at gmail.com> wrote:
> # HG changeset patch
> # User Patrick Mezard <pmezard at gmail.com>
> # Date 1295794467 -3600
> # Node ID 9fca82a2234e0a368b726d12d3a16502b9f3d845
> # Parent  98f0adfc89e36673a7362675c595242889141f9f
> record: do not include files into changes count
>
> This turns the prompt sequence from something like:
>
>  $ examine changes to foo?
>  $ record change 1/4 to foo?
>  $ record change 2/4 to foo?
>  $ examine changes to bar?
>  $ record change 4/4 to bar?
>
> into:
>
>  $ examine changes to foo?
>  $ record change 1/3 to foo?
>  $ record change 2/3 to foo?
>  $ examine change to bar?
>  $ record change 3/3 to bar?

+1!

Cheers,

Dirkjan


More information about the Mercurial-devel mailing list