Skip to content
Snippets Groups Projects
Commit d010adc483cc authored by Sushil Khanchi's avatar Sushil Khanchi :koala:
Browse files

help: fix a grammar/typo in hg help dates

Differential Revision: https://phab.mercurial-scm.org/D9442
parent 40f79997e81f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment