Size: 571
Comment: Cleanup
|
← Revision 14 as of 2017-01-13 17:26:27 ⇥
Size: 689
Comment: repo link, use Source:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
''`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. | ''`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`''. |
Line 5: | Line 5: |
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]]. | If an ''`hgeditor`'' script was not included in your Mercurial distribution, you may [[https://www.mercurial-scm.org/repo/hg/raw-file/default/hgeditor|download]] or [[Source:hgeditor|view]] it online. |
|
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 download or view it online.