684
Comment:
|
← Revision 8 as of 2012-11-04 02:27:49 ⇥
667
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Extension Name == | == Codesmell Extension == |
Line 7: | Line 7: |
Download site: http://bitbucket.org/birkenfeld/hgcodesmell | Repository: http://bitbucket.org/birkenfeld/hgcodesmell |
Line 13: | Line 13: |
At the moment, this only recognizes debugging stuff that often leaks into commits in the Python language. | At the moment, this only recognizes debugging stuff that often leaks into commits in the Python project. |
Line 20: | Line 20: |
hgchangelog = /path/to/hgchangelog.py | hgcodesmell = /path/to/hgcodesmell.py |
Line 24: | Line 24: |
CategoryExtension CategoryExtensionsByOthers | CategoryExtensionsByOthers |
Codesmell Extension
This extension is not distributed with Mercurial.
Author: Georg Brandl
Repository: http://bitbucket.org/birkenfeld/hgcodesmell
Overview
This extension wraps the commit command to look for "smelly" changes in added code and explicitly asks the user before he can continue if such a change is found.
At the moment, this only recognizes debugging stuff that often leaks into commits in the Python project.
Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] hgcodesmell = /path/to/hgcodesmell.py