# HG changeset patch # User Matt Mackall # Date 2011-04-16 01:35:59 # Node ID ed22a26fc7c6d7ee436c8b4dc33ff1efc349a522 # Parent e44ebd2a142aa6920b33fc9f21c20e2516424cbd # Parent 5f126c01ebfae178ee7926b44a8f347e07b6831d merge with stable 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)"