[PATCH] hg log: add option -g (--git) for use with -p (--patch)

Adrian Buehlmann adrian at cadifra.com
Tue Apr 15 03:40:35 CDT 2008


On 15.04.2008 04:40, Jesse Glick wrote:
> Adrian Buehlmann wrote:
>> With this patch, "hg log" also honors
>>
>> [diff]
>> git = 1
>>
>> from hgrc like other commands already do (export, diff, ..)
> 
> AFAICT it already did (in Hg 1.0 at least).

You're right. Not sure why I missed that. Thanks for looking.
So, this part of the commit message is wrong and should be removed.

See also my later version of the patch (posted Wed Apr 9 09:02:56 CDT 2008):
http://selenic.com/pipermail/mercurial-devel/2008-April/005835.html
(that one has the same error on the commit message).

Minor question left is: why do we have a -g (--git) on
hg export and diff, but not on log, incoming and outgoing?

At least, the patch (revision of Apr 9, see link above) would
eliminate this inconsistency.

Shall I repost the patch with corrected commit message or should
this patch be dropped altogether?



More information about the Mercurial-devel mailing list