equal
deleted
inserted
replaced
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. |