blob: 42ebce7188100acd1b65437a9a6fca601cbc8255 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|