On previous systems like Ubuntu 16.04 LTS and 18.04 LTS it was possible.
But 20.04 LTS do not have tortoisehg
and tortoisehg-caja
in the repositories.
What to do?
On previous systems like Ubuntu 16.04 LTS and 18.04 LTS it was possible.
But 20.04 LTS do not have tortoisehg
and tortoisehg-caja
in the repositories.
What to do?
It is still possible, but by manual installation of packages.
One can use the method below based on obtaining packages from Ubuntu 20.10:
and then restart Caja with
caja -q && caja
.As the result one will get full functionality of Mercurial with TortoiseHG front-end in Caja:
the same emblems
and dropdown menus
Notes:
sudo apt-get install mercurial
and then proceed with next steps. I have tested this method on Ubuntu MATE 20.10. It works well!THANK YOU N0RBERT !!
One tweak to N0rbert's instructions: you may want to pull the "stable" branch of tortoise. As of today (6/2/2020) the "Shelf" feature is broken on main branch but is fixed in stable.
(old: the command was: hg clone https://bitbucket.org/tortoisehg/thg/ -r stable but it looks like that is now gone.)
After you complete all of N0rbert's instrutions, if you'd like an easy way to launch Tortoise, create a .desktop file:
And paste in these lines (replace "developer" with your username) :
Now you can click the start menu ("Show Applications"), search for Tortoise, right-click it and add to favorites.