diff mercurial/help.py @ 5070:5023af9fcba4

Merge with crew
author Brendan Cully <brendan@kublai.com>
date Sat, 04 Aug 2007 18:04:35 -0700
parents 3d35c8cb5eb4
children
line wrap: on
line diff
--- a/mercurial/help.py
+++ b/mercurial/help.py
@@ -38,9 +38,9 @@ helptable = {
     'environment|env|Environment Variables':
     r'''
 HG::
-    Path to the 'hg' executable, automatically passed when running hooks
-    or external tools. Falls back to 'hg' if unset and the value can't be
-    autodetected, e.g. when Mercurial is run as a Python module.
+    Path to the 'hg' executable, automatically passed when running hooks,
+    extensions or external tools. If unset or empty, an executable named
+    'hg' (with com/exe/bat/cmd extension on Windows) is searched.
 
 HGEDITOR::
     This is the name of the editor to use when committing. Defaults to the