Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2007-12-25 03:10:38
Size: 105
Editor: AarreLaakso
Comment:
Revision 12 as of 2012-08-31 17:26:24
Size: 640
Editor: 209-45-190-190
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{hgeditor}}} is a script that is called when files are committed. <<Include(A:stub)>>

''`hgeditor`'' is a script distributed with Mercurial in the ''`examples`'' directory (installed to ''`/usr/share/doc/mercurial/examples/hgeditor`'' on some Linux distributions). By setting the [[HGEDITOR]] environment variable, a user may cause the ''`hgeditor`'' script (or a customized copy of it) to be called when files are committed e.g export HGEDITOR=''`/usr/share/doc/mercurial/examples/hgeditor`''.

If an ''`hgeditor`'' script was not included in your Mercurial distribution, you may also find it [[http://selenic.com/hg/raw-file/tip/hgeditor|here]].
Line 5: Line 9:
* ["HGEDITOR"]  * [[editor]]
 * [[
HGEDITOR]]

{i} This page is an incomplete stub. Please help improve this page by expanding it, following our wiki style guidelines.

hgeditor is a script distributed with Mercurial in the examples directory (installed to /usr/share/doc/mercurial/examples/hgeditor on some Linux distributions). By setting the HGEDITOR environment variable, a user may cause the hgeditor script (or a customized copy of it) to be called when files are committed e.g export HGEDITOR=/usr/share/doc/mercurial/examples/hgeditor.

If an hgeditor script was not included in your Mercurial distribution, you may also find it here.

See also

hgeditor (last edited 2017-01-13 17:26:27 by AntonShestakov)