Mercurial > hg
changeset 13937:5f126c01ebfa stable
help/revset: fix grammar
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Fri, 15 Apr 2011 16:35:32 +0300 |
parents | 71ea5b2b9517 |
children | ed22a26fc7c6 b7b26e54e37a |
files | mercurial/help/revsets.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/revsets.txt Thu Apr 07 12:33:47 2011 +0200 +++ b/mercurial/help/revsets.txt Fri Apr 15 16:35:32 2011 +0300 @@ -77,7 +77,7 @@ 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)"