# HG changeset patch # User Sushil khanchi # Date 2020-11-28 11:05:20 # Node ID d010adc483cc450fd40318a2a38ff4d0438fcd53 # Parent 40f79997e81f681611fce4fb379055e764c8a826 help: fix a grammar/typo in hg help dates Differential Revision: https://phab.mercurial-scm.org/D9442 diff --git a/mercurial/helptext/dates.txt b/mercurial/helptext/dates.txt --- a/mercurial/helptext/dates.txt +++ b/mercurial/helptext/dates.txt @@ -36,4 +36,4 @@ The log command also accepts date ranges - ``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 --git a/tests/test-help.t b/tests/test-help.t --- a/tests/test-help.t +++ b/tests/test-help.t @@ -1444,7 +1444,7 @@ Test a help topic - "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 @@ Dish up an empty repo; serve it cold.
  • "<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