mercurial/help.py
changeset 7828 f51e2263d2aa
parent 7808 5b010dae99c3
child 7879 5c4026a289a4
child 7887 4b76746a988b
equal deleted inserted replaced
7827:2dfe5cf92ad3 7828:f51e2263d2aa
    96     (['environment', 'env'], _('Environment Variables'),
    96     (['environment', 'env'], _('Environment Variables'),
    97      _(r'''
    97      _(r'''
    98 HG::
    98 HG::
    99     Path to the 'hg' executable, automatically passed when running hooks,
    99     Path to the 'hg' executable, automatically passed when running hooks,
   100     extensions or external tools. If unset or empty, this is the hg
   100     extensions or external tools. If unset or empty, this is the hg
   101     exutable's name if it's frozen, or an executable named 'hg'
   101     executable's name if it's frozen, or an executable named 'hg'
   102     (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on
   102     (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on
   103     Windows) is searched.
   103     Windows) is searched.
   104 
   104 
   105 HGEDITOR::
   105 HGEDITOR::
   106     This is the name of the editor to run when committing. See EDITOR.
   106     This is the name of the editor to run when committing. See EDITOR.