# HG changeset patch # User timeless # Date 2016-01-07 00:29:45 # 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 --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -5034,7 +5034,7 @@ def log(ui, repo, *pats, **opts): 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.