help: fix a grammar/typo in hg help dates
authorSushil khanchi <sushilkhanchi97@gmail.com>
Sat, 28 Nov 2020 16:35:20 +0530
changeset 45957 d010adc483cc
parent 45956 40f79997e81f
child 45958 456c617c8285
help: fix a grammar/typo in hg help dates Differential Revision: https://phab.mercurial-scm.org/D9442
mercurial/helptext/dates.txt
tests/test-help.t
--- 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> &quot;&lt;DATE&quot; - at or before a given date/time
    <li> &quot;&gt;DATE&quot; - on or after a given date/time
    <li> &quot;DATE to DATE&quot; - a date range, inclusive
-   <li> &quot;-DAYS&quot; - within a given number of days of today
+   <li> &quot;-DAYS&quot; - within a given number of days from today
   </ul>
   
   </div>