the script was moved

This commit is contained in:
Tarek Ziade 2011-02-15 15:03:56 +01:00
parent 7c701932c8
commit 0da2107be6

4
README
View file

@ -36,8 +36,8 @@ To use the Mercurial hook on any *commit* or *qrefresh*, change your .hg/rc file
like this::
[hooks]
commit = python:flake8.hg_hook
qrefresh = python:flake8.hg_hook
commit = python:flake8.run.hg_hook
qrefresh = python:flake8.run.hg_hook
[flake8]
strict = 0