Differences between revisions 12 and 13
Revision 12 as of 2011-09-09 10:44:22
Size: 629
Editor: abuehl
Comment:
Revision 13 as of 2013-11-17 11:56:09
Size: 745
Editor: Thomas.Tong
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= Extension Name =

Brief description of extension.
= Source Info Extension =
Line 9: Line 6:
'''This extension is not distributed with Mercurial.'''
Line 10: Line 8:
'''This extension is not distributed with Mercurial.''' (maybe someday you can delete "not" here) ''Author: '' ''Thomas.Tong''
Line 12: Line 10:
''Author: '' ''(your name)'' Repository: http://www.marker123.com/hgext/hg-info/
Line 14: Line 12:
Repository: ''(public HTTP URL that can be passed to `hg clone`)''

Web page: ''(where to get more info)''
Web page: http://www.marker123.com/hgext/hg-info/
Line 19: Line 15:
This extension display the lines of source code about the current repository.
Line 20: Line 17:
More detailed explanation: what it does, how to use it, etc. The information include:

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



An example of usage:
Line 23: Line 29:
Configure your .hgrc to enable the extension by adding following lines:
Line 27: Line 31:
... info = directory/of/info
Line 29: Line 33:
== History ==
 * 2013-11-17 - Initialize version with Mercurial 2.0.2
Line 31: Line 37:
Line 33: Line 38:
CategoryExtensionsByOthers CategoryExtensionsByOthers CategoryExtensionsByOthers

Source Info Extension

1. Status

This extension is not distributed with Mercurial.

Author: Thomas.Tong

Repository: http://www.marker123.com/hgext/hg-info/

Web page: http://www.marker123.com/hgext/hg-info/

2. Overview

This extension display the lines of source code about the current repository.

The information include:

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

An example of usage:

3. Configuration

[extensions]
info = directory/of/info

4. History

  • 2013-11-17 - Initialize version with Mercurial 2.0.2

5. See also


CategoryExtensionsByOthers CategoryExtensionsByOthers

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