# HG changeset patch # User Sushil khanchi # Date 1606561520 -19800 # Node ID d010adc483cc450fd40318a2a38ff4d0438fcd53 # Parent 40f79997e81f681611fce4fb379055e764c8a826 help: fix a grammar/typo in hg help dates Differential Revision: https://phab.mercurial-scm.org/D9442 diff -r 40f79997e81f -r d010adc483cc mercurial/helptext/dates.txt --- 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`` - 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 diff -r 40f79997e81f -r d010adc483cc tests/test-help.t --- 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" - 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 @@
  • "<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