1e0ef4b8ea
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>
13 lines
462 B
Text
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
|