Getting hg log output over a date range
John Rice
John.Rice at Sun.COM
Fri Jan 25 19:04:59 UTC 2008
Brilliant - that works a treat :) I had gone through Bryan O'Sullivan's
book, but didn't see this syntax anywhere.
Thanks,
JR
Matt Mackall wrote:
> On Fri, 2008-01-25 at 18:06 +0000, John Rice wrote:
>
>> Hi,
>>
>> Is there anyway to get mercurial log command to give me back a range of
>> changesets that match a given date range?
>>
>> I can get a range over the revisions and/ or for a specific date using
>> --rev and --date, but I can't get it over a date range such as:
>>
>> hg -v log --date 2008-01-10 --date 2008-01-24 --> Just gives me back
>> matches for last date specified not from 2008-01-10 to 2008-01-24
>>
>
> --date "2008-01-10 to 2008-01-24"
>
>
More information about the Mercurial
mailing list