[PATCH] log: mention ordering

Augie Fackler raf at durin42.com
Wed Jan 6 18:28:41 CST 2016


On Wed, Jan 06, 2016 at 01:50:53AM -0600, timeless wrote:
> # HG changeset patch
> # User timeless <timeless at mozdev.org>
> # Date 1452066469 0
> #      Wed Jan 06 07:47:49 2016 +0000
> # Node ID a5a9e00cc53cb980ca61b88aa820d38dacfd481b
> # Parent  b8405d739149cdd6d8d9bd5e3dd2ad8487b1f09a
> log: mention ordering

Sure, queued.

>
> a user complained that hg help log did not hint how to sort
> the output by date
>
> diff --git a/mercurial/commands.py b/mercurial/commands.py
> --- a/mercurial/commands.py
> +++ b/mercurial/commands.py
> @@ -5034,7 +5034,7 @@
>      See :hg:`help dates` for a list of formats valid for -d/--date.
>
>      See :hg:`help revisions` and :hg:`help revsets` for more about
> -    specifying revisions.
> +    specifying and ordering revisions.
>
>      See :hg:`help templates` for more about pre-packaged styles and
>      specifying custom templates.
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list