Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I find a gitk type of tool for hg

Can you please tell me where I can find a 'gitk' type of tool for hg on ubuntu?

I have tried '$ sudo apt-get install tortoisehg' but I get this:

$ hgtk
abort: This version of TortoiseHg requires Mercurial version 1.3.n to 1.4.n, but finds 1.5.2
like image 640
michael Avatar asked May 31 '10 07:05

michael


2 Answers

There's an extension called hgk which looks very similar to gitk and distributed with recent versions of hg - you often need only to edit your .hgrc to enable it - though it's only really a visualisation and patch browsing tool and doesn't let you make anywhere near as many changes as gitk. (Personally, I prefer hgview which looks a lot better though is again only really for visualisation and patch browsing.)

like image 58
crazyscot Avatar answered Oct 05 '22 14:10

crazyscot


Please download and install hgtk directly. The TortoiseHg project keeps their code compatible with the last two Mercurial releases, so it's quite easy to make it work if your package is too old.

like image 30
Martin Geisler Avatar answered Oct 05 '22 14:10

Martin Geisler