Differences between revisions 34 and 35
Revision 34 as of 2011-05-22 11:26:43
Size: 1520
Editor: abuehl
Comment: updated download link
Revision 35 as of 2011-05-22 20:18:51
Size: 1326
Editor: abuehl
Comment: everything PyQt now
Deletions are marked like this. Additions are marked like this.
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 16: Line 16:

== PyQt Development Packages ==

TortoiseHg is being ported to PyQt, due to be released as TortoiseHg 2.0 on March 1, 2011.

Download: http://bitbucket.org/tortoisehg/thg/downloads/

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: http://tortoisehg.bitbucket.org/docs.html

Download: http://tortoisehg.bitbucket.org/download/index.html

See also


CategoryWindows CategoryTools

TortoiseHg (last edited 2022-03-13 23:12:56 by MadsKiilerich)