Differences between revisions 30 and 44 (spanning 14 versions)
Revision 30 as of 2010-10-22 03:51:24
Size: 1329
Editor: mpm
Comment:
Revision 44 as of 2022-03-13 23:12:56
Size: 1605
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
[[http://tortoisehg.org|TortoiseHg]] is a set of graphical tools and a shell extension for Mercurial. [[https://foss.heptapod.net/mercurial/tortoisehg/thg|TortoiseHg]] /* I think the old website (https://tortoisehg.bitbucket.io/) was not yet migrated, so linking to the new repo seems best for now, to not make people think the project is dead */ is a set of graphical tools and a shell extension for Mercurial.
Line 7: Line 7:
 On Windows:: TortoiseHg consists of a shell extension, which provides overlay icons and context menus in your file explorer, and a command line program named `hgtk.exe` which can launch the TortoiseHg tools. Binary packages of TortoiseHg for Windows include Mercurial, TortoisePlink and a merge tool and are thus completely ready for use “Out of the Box”.  On Windows:: TortoiseHg consists of a shell extension, which provides overlay icons and context menus in your file explorer, and a command line program named `thg.exe` which can launch the TortoiseHg tools. Binary packages of TortoiseHg for Windows include Mercurial, TortoisePlink and a merge tool and are thus completely ready for use “Out of the Box”.
Line 9: Line 9:
 On Linux:: TortoiseHg consists of a command line hgtk script and a Nautilus extension which provides overlays and context menus in your file explorer. You must have Mercurial installed separately in order to run TortoiseHg on Linux. TortoiseHg binary packages list Mercurial as a dependency, so it is usually installed for you automatically.  On Linux:: TortoiseHg consists of a command line thg script and a Nautilus extension which provides overlays and context menus in your file explorer. You must have Mercurial installed separately in order to run TortoiseHg on Linux. TortoiseHg binary packages list Mercurial as a dependency, so it is usually installed for you automatically.
Line 11: Line 11:
TortoiseHg is primarily written in Python and !PyGtk (the Windows shell extension being the notable exception). The hgtk script and TortoiseHg dialogs can be used on any platform that supports !PyGtk, including Mac OS X. TortoiseHg is primarily written in Python and !PyQt (the Windows shell extension being the notable exception). The thg script and TortoiseHg dialogs can be used on any platform that supports !PyQt, including Mac OS X.
Line 13: Line 13:
Online documentation is available at: http://tortoisehg.bitbucket.org/docs.html Online documentation is available at: https://tortoisehg.readthedocs.io/ (the English version is most up to date, but it's available in more languages).
Line 15: Line 15:
Download: http://bitbucket.org/tortoisehg/stable/downloads/ Download: https://www.mercurial-scm.org/release/tortoisehg/

TortoiseHg

thg_logo_92x50.png

TortoiseHg is a set of graphical tools and a shell extension for Mercurial.

On Windows

TortoiseHg consists of a shell extension, which provides overlay icons and context menus in your file explorer, and a command line program named thg.exe which can launch the TortoiseHg tools. Binary packages of TortoiseHg for Windows include Mercurial, TortoisePlink and a merge tool and are thus completely ready for use “Out of the Box”.

On Linux

TortoiseHg consists of a command line thg script and a Nautilus extension which provides overlays and context menus in your file explorer. You must have Mercurial installed separately in order to run TortoiseHg on Linux. TortoiseHg binary packages list Mercurial as a dependency, so it is usually installed for you automatically.

TortoiseHg is primarily written in Python and PyQt (the Windows shell extension being the notable exception). The thg script and TortoiseHg dialogs can be used on any platform that supports PyQt, including Mac OS X.

Online documentation is available at: https://tortoisehg.readthedocs.io/ (the English version is most up to date, but it's available in more languages).

Download: https://www.mercurial-scm.org/release/tortoisehg/

See also


CategoryWindows CategoryTools

TortoiseHg (last edited 2024-06-24 12:28:46 by AntonShestakov)