« Return to Thread: show merge info for git vc-log

Re: show merge info for git vc-log

by Kevin Rodgers-2 :: Rate this Message:

Reply to Author | View in Thread

Dan Nicolaescu wrote:

> Thierry Volpiatto <thierry.volpiatto@...> writes:
>
>   > Dan Nicolaescu <dann@...> writes:
>   >
>   > > Dmitry Dzhus <dima@...> writes:
>   > >
>   > >   > Mercurial can do the same with graphlog extension enabled (it's included
>   > >   > in Mercurial distribution now) if we add `-G` flag in
>   > >   > `vc-hg-log-switches`.
>   > >
>   > > Is there a way to force that flag to work?
>   > >
>   > > $ hg log -G
>   > > hg log: option -G not recognized
>   > > hg log [OPTION]... [FILE]
>   >
>   > Add this to your .hgrc
>
> That's not good.  To enable this by default, we need to be able to force
> this flag to work from the command line.

True, but you can enable it conditionally, depending on the exit status
of "grep '^hgext.graphlog *=' $HOME/.hgrc"

--
Kevin Rodgers
Denver, Colorado, USA



 « Return to Thread: show merge info for git vc-log