comparison mercurial/help.py @ 4684:849f011dbf79

Remember path to 'hg' executable and pass to external tools and hooks as $HG.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 23 Jun 2007 20:21:10 +0200
parents dbd828167384
children 3d35c8cb5eb4
comparison
equal deleted inserted replaced
4683:8c3d449ecc63 4684:849f011dbf79
35 if the timezone is east of UTC). 35 if the timezone is east of UTC).
36 ''', 36 ''',
37 37
38 'environment|env|Environment Variables': 38 'environment|env|Environment Variables':
39 r''' 39 r'''
40 HG::
41 Path to the 'hg' executable, automatically passed when running hooks
42 or external tools. Falls back to 'hg' if unset and the value can't be
43 autodetected, e.g. when Mercurial is run as a Python module.
44
40 HGEDITOR:: 45 HGEDITOR::
41 This is the name of the editor to use when committing. Defaults to the 46 This is the name of the editor to use when committing. Defaults to the
42 value of EDITOR. 47 value of EDITOR.
43 48
44 (deprecated, use .hgrc) 49 (deprecated, use .hgrc)