# HG changeset patch # User Matt Mackall # Date 1334385575 18000 # Node ID 9b26d541e972428a21d44837650932b2f2f5aeb0 # Parent d54d4de56aa7dbe5dc8d5a19a0db76ffab2b932b# Parent c3aedd526d530506891caf690ff9688404bb5ea8 merge with stable diff -r d54d4de56aa7 -r 9b26d541e972 contrib/check-code.py --- a/contrib/check-code.py Fri Apr 13 11:01:07 2012 -0700 +++ b/contrib/check-code.py Sat Apr 14 01:39:35 2012 -0500 @@ -180,7 +180,7 @@ "comparison with singleton, use 'is' or 'is not' instead"), (r'^\s*(while|if) [01]:', "use True/False for constant Boolean expression"), - (r'(?