@@ 76,13 76,13 @@ TODO
* Rewrite the main pep8 hook function so that it takes two arguments:
- * a count function that you can point at a temp dir, and that
- returns a count of errors
+ * a count function that you can point at a temp dir, and that
+ returns a count of errors
- * a rule function that takes arguments
- `(ui, branch, oldest_count, old_count, new_count, old_is_merge, new_is_merge)`
- and returns `True` to abort, `False` to allow. It can use `ui` for
- reading the config and for printing messages.
+ * a rule function that takes arguments
+ `(ui, branch, oldest_count, old_count, new_count, old_is_merge, new_is_merge)`
+ and returns `True` to abort, `False` to allow. It can use `ui` for
+ reading the config and for printing messages.
* Once that rewrite is done, create one hook function for every workflow
below, so that people may choose which one they want.
@@ 91,7 91,7 @@ TODO
Lorenzo Sanchez’s `hghooks` ([PyPI][1], [code][2]), because improving
existing packages is better than creating new ones. :-)
-* Get rid of the `pep8_hook.py:pep8_hook` SmurfNaming.
+* Get rid of the `pep8_hook.py:pep8_hook` SmurfNaming?
[1]: https://pypi.python.org/pypi/hghooks