This is no longer a plan, but implemented as of Mercurial 0.9.3, but documentation is still missing.
hg log:
There is a -d/--date switch to show log entries from particular dates. Supported formats:
- "{date}" - a single date
"<{date}" - on or before a given date
">{date}" - on or after a given date
- "{date} to {date}" - a date range, inclusive
- "-{days}" - within a given number of days of today
We'll need to scan the entire changelog as there's no guarantee that there's any date ordering.
hg update/revert:
-d/--date results in scanning the log for the first matching changeset. This is usually what people want.