Mercurial > hg
changeset 18835:4e7498a586e8
check-code: fix a check-code failure in check-code
The irony is delicious.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Wed, 27 Mar 2013 08:57:45 -0700 |
parents | 1a4a939a6b90 |
children | a7d0ddc7540b |
files | contrib/check-code.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/check-code.py Fri Mar 01 00:59:22 2013 +0100 +++ b/contrib/check-code.py Wed Mar 27 08:57:45 2013 -0700 @@ -103,7 +103,8 @@ (uprefix + r'set -e', "don't use set -e"), (uprefix + r'\s', "don't indent commands, use > for continued lines"), (r'^ saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg), - (r'^ changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$', winglobmsg), + (r'^ changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$', + winglobmsg), (r'^ pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'), ], # warnings