[PATCH 2 of 4 stable] check-code: fix no-check-code skip message - obfuscation was too obscure

Mads Kiilerich mads at kiilerich.com
Mon Oct 28 17:00:53 CDT 2013


# HG changeset patch
# User Mads Kiilerich <madski at unity3d.com>
# Date 1382542933 -28800
#      Wed Oct 23 23:42:13 2013 +0800
# Branch stable
# Node ID 9c6257e4e2027d5e6a13f4cbb5df567ffc2ca497
# Parent  a45cf16389bcf2fb64dd95047bf0357e8313c83c
check-code: fix no-check-code skip message - obfuscation was too obscure

diff --git a/contrib/check-code.py b/contrib/check-code.py
--- a/contrib/check-code.py
+++ b/contrib/check-code.py
@@ -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:


More information about the Mercurial-devel mailing list