2501
Comment: some info about icon overlay handler issues
|
1278
from http://tortoisehg.bitbucket.org/manual/0.9/intro.html
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
||<|2> attachment:thg_logo_92x50.png ~+'''TortoiseHg'''+~ || [http://tortoisehg.sourceforge.net homepage] || Latest version || 0.3 || || [http://sourceforge.net/project/showfiles.php?group_id=199155 download] || Release date || 2008-02-01 || |
{{http://tortoisehg.sourceforge.net/images/thg_logo_92x50.png}} ''See project homepage http://tortoisehg.org for more information'' |
Line 4: | Line 4: |
TortoiseHg is an all-inclusive Mercurial binary installer package for Windows, which provides a windows explorer extension (shell extension), so that Mercurial commands can be executed from the context menu of the explorer (see [http://tortoisehg.sourceforge.net/images/screenshots/tortoisehg-snapshot-contextmenu.png screenshot]). | TortoiseHg is a set of graphical tools and a shell extension for Mercurial. |
Line 6: | Line 6: |
Command line "hg" is included as well. No other packages are needed (for example, Python is already included as a dll). | 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 come with Mercurial and a merge tool and are thus completely ready for use “Out of the Box”. |
Line 8: | Line 8: |
Includes several dialogs, for example for committing and history viewing/diffing. Also includes a MergeProgram and software for ssh server access. | 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. |
Line 10: | Line 10: |
Dialogs can also be invoked on the command line with {{{hgtk}}}: | |
Line 12: | Line 11: |
{{{ > hgtk TortoiseHg Dialog Wrapper |
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. |
Line 16: | Line 13: |
hgtk [DIALOG] dialogs: log synch status clone merge update userconfig repoconfig serve recovery commit datamine about }}} |
Online documentation is available at: http://tortoisehg.bitbucket.org/manual/0.9/ |
Line 20: | Line 15: |
Note: As of version 0.3, TortoiseHg carries an "Alpha" development status on [http://sourceforge.net/projects/tortoisehg/ SourceForge], which refers specifically to the GUI and the explorer integration (explorer.exe). The command line interface (hg.exe) is, however, based on Steve Borho's fully functional "batteries included" installer (note that the Batteries included installer has been deprecated and is no longer maintained as a separate package). Current version 0.3 has some issues with the icon overlay handler, which the project owner, TK Soh, is currently working on (issues [https://sourceforge.net/tracker/index.php?func=detail&aid=1894728&group_id=199155&atid=968354 1894728] and [https://sourceforge.net/tracker/index.php?func=detail&aid=1892791&group_id=199155&atid=968354 1892791]). The overlay handler is also expected to receive some speed improvements and a memory leak has been identified. Since the overlay handler is an integral part that currently cannot be disabled, users having issues with the overlay handler might best wait for a future release of TortoiseHg. See also [http://sourceforge.net/mailarchive/forum.php?thread_name=47B950AD.4060909%40cadifra.com&forum_name=tortoisehg-discuss this discussion]. Reference: [http://selenic.com/pipermail/mercurial/2008-February/016899.html Announcement for TortoiseHg-0.3] See also: ["GUIClients"] |
See also: [[GUIClients]] |
See project homepage http://tortoisehg.org for more information
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 hgtk.exe which can launch the TortoiseHg tools. Binary packages of TortoiseHg for Windows come with Mercurial and a merge tool and are thus completely ready for use “Out of the Box”.
- 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.
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.
Online documentation is available at: http://tortoisehg.bitbucket.org/manual/0.9/
See also: GUIClients