Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/help.py @ 7828:f51e2263d2aa
Typo fix
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Thu, 05 Mar 2009 14:44:13 +0800 |
parents | 5b010dae99c3 |
children | 5c4026a289a4 4b76746a988b |
comparison
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. |