How to use TortoiseHG in Nautilus?

6,726

Solution 1

You can run TortoiseHG using command thg (or hgtk in older versions), usually in the directory with Mercurial repo.

To use Nautilus plugin, Nautilus must be restarted first by logging out or executing nautilus -q. You should see TortoiseHG in context menu and File menu then.

Solution 2

If you've literally typed the above in, you've got the 'g' and 'h' swapped in your apt-get line:

tortoisegh-nautilus

should be

tortoisehg-nautilus
Share:
6,726

Related videos on Youtube

David Morales
Author by

David Morales

Perl, Javascript, C#, Go, Matlab and Python Developer

Updated on September 18, 2022

Comments

  • David Morales
    David Morales almost 2 years

    I'm used to TortoiseHg on Windows. I tried

    apt-get install tortoisehg tortoisehg-nautilus
    

    But after the installation I still can't use it by typing

    tortoisehg
    

    In the terminal or in the launcher, nor can I right click in a folder and see it in the context menu.

    What mercurial GUI works with Unity? If tortoiseHg does, how to use it?