diff tests/test-help.t @ 45957: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 d7a508a75d72
children 64292addbe67
line wrap: on
line diff
--- 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>