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 @@ - ``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 @@ - "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