New submission from Robin * Slomkowski <robin@xxxxxxxxx>:
Need the ability to query repository by date.
hg diff
hg log
hg export
hg manifest
should all support a date query format.
suggestion:
all functionality that uses -r should offer a -d option that represents date.
The date should represent the Revision that is closest after the date (inclusive
of the date) for a lower bound.
closest to the date but before the date (inclusive of the date) for an upper
bound
my suggestions for the first time should be a UTC date-stamp, it would be nice
to support human readable times as well.
----------
messages: 227
nosy: rslomkow
priority: feature
status: unread
title: ability to query repository by date
____________________________________________________
Mercurial issue tracker <mercurial-bugs@xxxxxxxxxxx>
<http://www.selenic.com/mercurial/bts/issue77>
____________________________________________________
|