Differences between revisions 14 and 17 (spanning 3 versions)
Revision 14 as of 2013-11-17 11:58:07
Size: 789
Editor: Thomas.Tong
Comment:
Revision 17 as of 2013-12-01 01:10:33
Size: 677
Editor: rcl
Comment: remove bogus category name
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from ExtensionTemplate ## page was renamed from Source Info Extension
Line 3: Line 3:
= Source Info Extension = = Extension Name =

Brief description of extension.
Line 7: Line 10:
'''This extension is not distributed with Mercurial.'''
Line 9: Line 11:
''Author: '' ''Thomas.Tong'' '''This extension is not distributed with Mercurial.''' (maybe someday you can delete "not" here)
Line 11: Line 13:
Repository: http://www.marker123.com/hgext/hg-info/ ''Author: '' ''(your name)''
Line 13: Line 15:
Web page: http://www.marker123.com/hgext/hg-info/ Repository: ''(public HTTP URL that can be passed to `hg clone`)''

Web page: ''(where to get more info)''
Line 16: Line 20:
This extension display the lines of source code about the current repository.
Line 18: Line 21:
The information include:

 * Currnet revsion
 * Binary file count
 * Text file count
 * Total lines



An example of usage:
More detailed explanation: what it does, how to use it, etc.
Line 30: Line 24:
Configure your .hgrc to enable the extension by adding following lines:
Line 32: Line 28:
info = directory/of/info ...
Line 34: Line 30:
== History ==
 * 2013-11-17 - Initialize version with Mercurial 2.0.2
Line 38: Line 32:
Line 39: Line 34:
CategoryExtensionsByOthers 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)