##// END OF EJS Templates
check-code: document last ignore regexp...
Simon Heimberg -
r20014:30eced97 default
parent child Browse files
Show More
@@ -141,7 +141,8 b' utestpats = ['
141 141 (r'^ saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg),
142 142 (r'^ changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$',
143 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 146 (r'^ reverting .*/.*[^)]$', winglobmsg),
146 147 (r'^ cloning subrepo \S+/.*[^)]$', winglobmsg),
147 148 (r'^ pushing to \$TESTTMP/.*[^)]$', winglobmsg),
General Comments 0
You need to be logged in to leave comments. Login now