Mercurial > public > mercurial-scm > hg-stable
comparison contrib/check-code.py @ 20014:30eced973b28
check-code: document last ignore regexp
For easier remembering to delete when it is not needed anymore.
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Sat, 09 Nov 2013 14:50:12 +0100 |
parents | 38acecdd016c |
children | 81e905790b30 |
comparison
equal
deleted
inserted
replaced
20013:38acecdd016c | 20014:30eced973b28 |
---|---|
139 (uprefix + r'set -e', "don't use set -e"), | 139 (uprefix + r'set -e', "don't use set -e"), |
140 (uprefix + r'(\s|fi\b|done\b)', "use > for continued lines"), | 140 (uprefix + r'(\s|fi\b|done\b)', "use > for continued lines"), |
141 (r'^ saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg), | 141 (r'^ saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg), |
142 (r'^ changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$', | 142 (r'^ changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$', |
143 winglobmsg), | 143 winglobmsg), |
144 (r'^ pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'), | 144 (r'^ pulling from \$TESTTMP/.*[^)]$', winglobmsg, |
145 '\$TESTTMP/unix-repo$'), # in test-issue1802.t which skipped on windows | |
145 (r'^ reverting .*/.*[^)]$', winglobmsg), | 146 (r'^ reverting .*/.*[^)]$', winglobmsg), |
146 (r'^ cloning subrepo \S+/.*[^)]$', winglobmsg), | 147 (r'^ cloning subrepo \S+/.*[^)]$', winglobmsg), |
147 (r'^ pushing to \$TESTTMP/.*[^)]$', winglobmsg), | 148 (r'^ pushing to \$TESTTMP/.*[^)]$', winglobmsg), |
148 (r'^ pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg), | 149 (r'^ pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg), |
149 (r'^ moving \S+/.*[^)]$', winglobmsg), | 150 (r'^ moving \S+/.*[^)]$', winglobmsg), |