##// END OF EJS Templates
check-code: drop unneeded ignore patterns...
Simon Heimberg -
r20013:38acecdd default
parent child Browse files
Show More
@@ -142,16 +142,13 b' utestpats = ['
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, '\$TESTTMP/unix-repo$'),
145 (r'^ reverting .*/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
145 (r'^ reverting .*/.*[^)]$', winglobmsg),
146 (r'^ cloning subrepo \S+/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
146 (r'^ cloning subrepo \S+/.*[^)]$', winglobmsg),
147 (r'^ pushing to \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
147 (r'^ pushing to \$TESTTMP/.*[^)]$', winglobmsg),
148 (r'^ pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg,
148 (r'^ pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg),
149 '\$TESTTMP/unix-repo$'),
150 (r'^ moving \S+/.*[^)]$', winglobmsg),
149 (r'^ moving \S+/.*[^)]$', winglobmsg),
151 (r'^ no changes made to subrepo since.*/.*[^)]$',
150 (r'^ no changes made to subrepo since.*/.*[^)]$', winglobmsg),
152 winglobmsg, '\$TESTTMP/unix-repo$'),
151 (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg),
153 (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$',
154 winglobmsg, '\$TESTTMP/unix-repo$'),
155 ],
152 ],
156 # warnings
153 # warnings
157 [
154 [
General Comments 0
You need to be logged in to leave comments. Login now