Size: 294
Comment: Add extension template
|
Size: 629
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Extension Name == | #pragma section-numbers 2 = Extension Name = |
Line 3: | Line 4: |
'''This extension is/is not distributed with Mercurial.''' | Brief description of extension. |
Line 5: | Line 6: |
''Author: '' | <<TableOfContents>> |
Line 7: | Line 8: |
Download site: | == Status == |
Line 9: | Line 10: |
=== Overview === | '''This extension is not distributed with Mercurial.''' (maybe someday you can delete "not" here) |
Line 11: | Line 12: |
=== Configuration === | ''Author: '' ''(your name)'' Repository: ''(public HTTP URL that can be passed to `hg clone`)'' Web page: ''(where to get more info)'' == Overview == More detailed explanation: what it does, how to use it, etc. == Configuration == |
Line 19: | Line 30: |
== See also == |
|
Line 20: | Line 33: |
CategoryExtension | CategoryExtensionsByOthers |
Extension Name
Brief description of extension.
Contents
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] ...