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

Augie Fackler raf at durin42.com
Wed Oct 30 13:19:42 CDT 2013


On Mon, Oct 28, 2013 at 11:00:53PM +0100, Mads Kiilerich wrote:
> # 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

queueing the first two for stable, not sure how to channel mpm on the last two.

>
> 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:
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list