diff --git a/mercurial/help/revsets.txt b/mercurial/help/revsets.txt --- a/mercurial/help/revsets.txt +++ b/mercurial/help/revsets.txt @@ -77,7 +77,7 @@ Some sample queries: hg log -r "1.3::1.5 and keyword(bug) and file('hgext/*')" -- Changesets in committed May 2008, sorted by user:: +- Changesets committed in May 2008, sorted by user:: hg log -r "sort(date('May 2008'), user)"