Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

doc: fill in some intro details

Changeset 1b0867370757

Parent 6d45bd1aa784

by Steve Borho

Changes to one file · Browse files at 1b0867370757 Showing diff from parent 6d45bd1aa784 Diff from another changeset...

 
5
6
7
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
6
7
 
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@@ -5,4 +5,22 @@
 .. module:: introduction   :synopsis: Introduce TortoiseHg and its various parts   -TortoiseHg is... +TortoiseHg is a set of graphical tools and a shell extension for the +`Mercurial <http://www.selenic.com/mercurial>`_ distributed revision control +system. + +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. + +TortoiseHg is primarily written in Python and PyGtk (the Windows shell +extension being a noticeable exception). The hgtk script can be used +on any platform that supports PyGtk, including Mac OS X.