diff -r 542110817450 -r 4723ccb62282 Makefile --- a/Makefile Sat Feb 09 07:44:22 2013 -0600 +++ b/Makefile Sat Feb 09 15:57:04 2013 +0100 @@ -94,6 +94,9 @@ test-%: cd tests && $(PYTHON) run-tests.py $(TESTFLAGS) $@ +check-code: + hg manifest | xargs python contrib/check-code.py + update-pot: i18n/hg.pot i18n/hg.pot: $(PYFILES) $(DOCFILES)