| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 May 2013 13:53:13
0.6.0
|
wg  |
- Update to 0.6.0
- Add LICENSE
Changes:
https://bitbucket.org/lgs/hghooks/src/b14f356ea0fe/CHANGES.txt?at=default
Approved by: culot (mentor) |
15 May 2013 19:33:15
0.5.5
|
wg  |
- Change MAINTAINER address of all my ports
Approved by: culot (mentor) |
19 Feb 2013 09:41:15
0.5.5
|
culot  |
- Update to 0.5.5
PR: ports/176247
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
16 Dec 2012 18:11:51
0.5.4
|
rm  |
- update to 0.5.4
- trim Makefile header
PR: 174414
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
08 May 2012 21:17:29
0.5.2
|
delphij  |
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> |