Differences between revisions 1 and 2
Revision 1 as of 2009-07-02 15:59:45
Size: 684
Editor: GeorgBrandl
Comment:
Revision 2 as of 2009-07-02 21:56:01
Size: 666
Editor: abuehl
Comment: fix category
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
CategoryExtension CategoryExtensionsByOthers CategoryExtensionsByOthers

Extension Name

This extension is not distributed with Mercurial.

Author: Georg Brandl

Download site: 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 language.

Configuration

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

[extensions]
hgchangelog = /path/to/hgchangelog.py


CategoryExtensionsByOthers

CodesmellExtension (last edited 2012-11-04 02:27:49 by mpm)