Differences between revisions 16 and 20 (spanning 4 versions)
Revision 16 as of 2013-11-25 22:02:22
Size: 695
Editor: rcl
Comment: This is the *template* page for adding Hg extensions to the wiki. All the extensions' pages end in "Extension" for consistency.
Revision 20 as of 2017-04-29 03:38:34
Size: 677
Editor: mrzv
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
CategoryExtension CategoryExtensionsByOthers CategoryExtensionsByOthers

Extension Name

Brief description of extension.

1. Status

This extension is not distributed with Mercurial. (maybe someday you can delete "not" here)

Author: (your name)

Repository: (public HTTP URL that can be passed to hg clone)

Web page: (where to get more info)

2. Overview

More detailed explanation: what it does, how to use it, etc.

3. Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
...

4. See also


CategoryExtensionsByOthers

Extension Template (last edited 2017-04-29 03:38:34 by mrzv)