Size: 745
Comment:
|
Size: 647
Comment: I Do error modify
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
= Source Info Extension = | = Extension Name = Brief description of extension. |
Line 6: | Line 9: |
'''This extension is not distributed with Mercurial.''' | |
Line 8: | Line 10: |
''Author: '' ''Thomas.Tong'' | '''This extension is not distributed with Mercurial.''' (maybe someday you can delete "not" here) |
Line 10: | Line 12: |
Repository: http://www.marker123.com/hgext/hg-info/ | ''Author: '' ''(your name)'' |
Line 12: | Line 14: |
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 15: | Line 19: |
This extension display the lines of source code about the current repository. | |
Line 17: | Line 20: |
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 29: | Line 23: |
Configure your .hgrc to enable the extension by adding following lines: |
|
Line 31: | Line 27: |
info = directory/of/info | ... |
Line 33: | Line 29: |
== History == * 2013-11-17 - Initialize version with Mercurial 2.0.2 |
|
Line 37: | Line 31: |
Line 38: | Line 33: |
CategoryExtensionsByOthers CategoryExtensionsByOthers | 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] ...