freebsd-ports/devel/py-hghooks/pkg-descr
Xin LI 1e0ef4b8ea hghooks is a simple module that adds several useful hooks for use in
Mercurial hooks system.

Right now it includes hooks for:

 * pep8 checking of python files
 * pyflakes checking of python files
 * checking for forgotten pdb statements in python files
 * Trac integration. This includes:
   - Making sure at least a ticket is mentioned in the changeset message
   - Updating the Trac ticket with the changeset

PR:		ports/167595
Submitted by:	William Grzybowski <william88 gmail.com>
2012-05-08 21:17:29 +00:00

13 lines
462 B
Text

hghooks is a simple module that adds several useful hooks for use in
Mercurial hooks system.
Right now it includes hooks for:
* pep8 checking of python files
* pyflakes checking of python files
* checking for forgotten pdb statements in python files
* Trac integration. This includes:
- Making sure at least a ticket is mentioned in the changeset message
- Updating the Trac ticket with the changeset
WWW: https://bitbucket.org/lgs/hghooks/overview