Differences between revisions 3 and 45 (spanning 42 versions)
Revision 3 as of 2008-05-04 16:14:52
Size: 1208
Editor: abuehl
Comment: added link to alternate hgrc.5.html
Revision 45 as of 2013-09-01 06:12:26
Size: 709
Editor: KevinBot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Manpages = = Manual Pages =
Line 3: Line 3:
Best use `hg help` (or `man hg` on unix) of your locally installed Mercurial
for up-to-date help information covering the version you have installed
(see [:WhatsNew] for version information)
. 
{i} Use '`hg help`' (or `man hg` on unix) of your locally installed Mercurial
for help on the version you have installed.
Line 7: Line 6:
Original links to online-versions of the manpages (as of 2008-05-02 rather historic): Links to online-versions of the manpages:
Line 9: Line 8:
 || man page || URL || Last updated ||
 || hg(1) || http://www.selenic.com/mercurial/hg.1.html || 12-Dec-2006 17:00:20 CDT ||
 || hgmerge(1) || http://www.selenic.com/mercurial/hgmerge.1.html || v0.1, 27 May 2005 ||
 || hgignore(5) || http://www.selenic.com/mercurial/hgignore.5.html || 12-Dec-2006 17:00:22 CDT ||
 || hgrc(5) || http://www.selenic.com/mercurial/hgrc.5.html || 12-Dec-2006 17:00:23 CDT ||
 || man page || URL ||
 || hg(1) || http://www.selenic.com/mercurial/hg.1.html ||
 || hgignore(5) || http://www.selenic.com/mercurial/hgignore.5.html ||
 || hgrc(5) || http://www.selenic.com/mercurial/hgrc.5.html ||
Line 15: Line 13:
Notes:
   * As of Mercurial 1.0, hgmerge is no longer used (see [:MergeToolConfiguration])
The man pages hg(1) and hgrc(5) are also available in html-format in the [[http://www.selenic.com/mercurial/release/?M=D|release tarballs]] as {{{doc/hg.1.html}}} and {{{doc/hgrc.5.html}}}.
Line 18: Line 15:
Newer versions of some man pages may be available on other sites (may be temporary):

 || man page || URL || Last updated ||
 || hg(1) || http://www.cadifra.com/mercurial/hg.1.html || 23-Apr-2008 16:48:02 CEST ||
 || hgrc(5) || http://www.cadifra.com/mercurial/hgrc.5.html || 2008-03-24 18:05:47 CDT ||

See also: [:TranslatedManPages], [:FAQ], [:TipsAndTricks], [:UnderstandingMercurial]
== See also ==
 * [[TranslatedManPages]]
 * [[FAQ]]
 * [[TipsAndTricks]]
 * [[BeginnersGuides]]

Manual Pages

{i} Use 'hg help' (or man hg on unix) of your locally installed Mercurial for help on the version you have installed.

Links to online-versions of the manpages:

The man pages hg(1) and hgrc(5) are also available in html-format in the release tarballs as doc/hg.1.html and doc/hgrc.5.html.

See also

ManPages (last edited 2020-02-04 12:09:54 by aayjaychan)