Submitter | timeless@mozdev.org |
---|---|
Date | Jan. 6, 2016, 7:50 a.m. |
Message ID | <a5a9e00cc53cb980ca61.1452066653@waste.org> |
Download | mbox | patch |
Permalink | /patch/12565/ |
State | Superseded |
Headers | show |
Comments
On Wed, Jan 06, 2016 at 01:50:53AM -0600, timeless wrote: > # HG changeset patch > # User timeless <timeless@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@selenic.com > https://selenic.com/mailman/listinfo/mercurial-devel
Patch
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.