Skip to main content

How can I browse the history of a Mercurial repository graphically?

21 Sep 2013 - mercurial

Enable the hgk extension by adding the following to your .hgrc file.

[extensions]
hgk =

Then, invoke the following command inside the directory of your mercurial repository:

hg view

References