Mercurial > hg-stable
changeset 45972:d010adc483cc
help: fix a grammar/typo in hg help dates
Differential Revision: https://phab.mercurial-scm.org/D9442
author | Sushil khanchi <sushilkhanchi97@gmail.com> |
---|---|
date | Sat, 28 Nov 2020 16:35:20 +0530 |
parents | 40f79997e81f |
children | 456c617c8285 |
files | mercurial/helptext/dates.txt tests/test-help.t |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/helptext/dates.txt Sat Nov 28 14:29:50 2020 +0100 +++ b/mercurial/helptext/dates.txt Sat Nov 28 16:35:20 2020 +0530 @@ -36,4 +36,4 @@ - ``<DATE`` - at or before a given date/time - ``>DATE`` - on or after a given date/time - ``DATE to DATE`` - a date range, inclusive -- ``-DAYS`` - within a given number of days of today +- ``-DAYS`` - within a given number of days from today
--- a/tests/test-help.t Sat Nov 28 14:29:50 2020 +0100 +++ b/tests/test-help.t Sat Nov 28 16:35:20 2020 +0530 @@ -1444,7 +1444,7 @@ - "<DATE" - at or before a given date/time - ">DATE" - on or after a given date/time - "DATE to DATE" - a date range, inclusive - - "-DAYS" - within a given number of days of today + - "-DAYS" - within a given number of days from today Test repeated config section name @@ -3281,7 +3281,7 @@ <li> "<DATE" - at or before a given date/time <li> ">DATE" - on or after a given date/time <li> "DATE to DATE" - a date range, inclusive - <li> "-DAYS" - within a given number of days of today + <li> "-DAYS" - within a given number of days from today </ul> </div>