Mercurial > public > mercurial-scm > hg-stable
diff contrib/check-code.py @ 19965:f1dd988a8bcc stable
check-code: fix no-check-code skip message - obfuscation was too obscure
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Wed, 23 Oct 2013 23:42:13 +0800 |
parents | b3de50b0c7aa |
children | e1317d3e59e1 289bbb294e82 |
line wrap: on
line diff
--- a/contrib/check-code.py Tue Oct 29 01:03:43 2013 +0900 +++ b/contrib/check-code.py Wed Oct 23 23:42:13 2013 +0800 @@ -426,7 +426,7 @@ fp.close() if "no-" "check-code" in pre: if debug: - print "Skipping %s for %s it has no-" " check-code" % ( + print "Skipping %s for %s it has no-" "check-code" % ( name, f) break for p, r in filters: