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

Re: show merge info for git vc-log

by Thierry Volpiatto-2 :: Rate this Message:

Reply to Author | View in Thread

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

,----
| [extensions]
| hgext.graphlog =
`----

> $ hg --version
> Mercurial Distributed SCM (version 1.2.1)
>
> I have a:
> /usr/lib/python2.6/site-packages/hgext/graphlog.py
> file.
>
>
>   > Font-lock regexps in `vc-hg-log-view-mode` stop working though (because
>   > of leading "^").
>
> That will be fixed if we decide to add the graph view by default.
>
>
>

--
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France



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