Size: 733
Comment:
|
Size: 1375
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
'''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. | = TortoiseHg = {{attachment:thg_logo_92x50.png}} |
Line 3: | Line 4: |
Command line "hg" is included as well. No other packages are needed (for example, Python is already included as a dll). | [[http://tortoisehg.org|TortoiseHg]] is a set of graphical tools and a shell extension for Mercurial. |
Line 5: | Line 6: |
Includes several dialogs, for example for committing and history viewing/diffing. Also includes a MergeProgram and software for ssh server access. | 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. |
Line 7: | Line 9: |
Project home page: http://tortoisehg.sourceforge.net | 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[[https://fedorahosted.org/fedora-websites/ticket/121|.]] |
Line 9: | Line 11: |
Downloads: http://sourceforge.net/project/showfiles.php?group_id=199155 | Online documentation is available at: http://tortoisehg.bitbucket.org/docs.html |
Line 11: | Line 13: |
|| Latest release version || 0.3 || || Release date || 2008-02-01 || |
Download: http://tortoisehg.bitbucket.org/download/index.html == See also == * [[OtherTools|Other tools]] |
Line 15: | Line 19: |
CategoryWindows | CategoryWindows CategoryTools |
TortoiseHg
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