== Cloc Extension ==

'''This extension is not distributed with Mercurial.'''

''Author: Jin Hui''

Repository: https://bitbucket.org/jinhui/hg-cloc


=== Overview ===

This extension is able to count files and lines of source code in Mercurial repository. Rewrite from Perl project [[http://cloc.sourceforge.net/|CLOC]].


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

{{{
[extensions]
cloc = /path/to/cloc.py
}}}
----
CategoryExtensionsByOthers