# HG changeset patch # User timeless # Date 1452126585 18000 # Node ID cddb5cd3d85a67ea85630c213a1597660e8c2b0b # Parent f7ab50c721ac38b3fb47157e8c6084ea8d3ab7d4 log: mention ordering a user complained that hg help log did not hint how to sort the output by date diff -r f7ab50c721ac -r cddb5cd3d85a mercurial/commands.py --- a/mercurial/commands.py Wed Jan 06 11:12:09 2016 -0800 +++ b/mercurial/commands.py Wed Jan 06 19:29:45 2016 -0500 @@ -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.