equal
deleted
inserted
replaced
166 (r'^ moving \S+/.*[^)]$', winglobmsg), |
166 (r'^ moving \S+/.*[^)]$', winglobmsg), |
167 (r'^ no changes made to subrepo since.*/.*[^)]$', winglobmsg), |
167 (r'^ no changes made to subrepo since.*/.*[^)]$', winglobmsg), |
168 (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg), |
168 (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg), |
169 (r'^ .*file://\$TESTTMP', |
169 (r'^ .*file://\$TESTTMP', |
170 'write "file:/*/$TESTTMP" + (glob) to match on windows too'), |
170 'write "file:/*/$TESTTMP" + (glob) to match on windows too'), |
|
171 (r'^ (cat|find): .*: No such file or directory', |
|
172 'use test -f to test for file existence'), |
171 ], |
173 ], |
172 # warnings |
174 # warnings |
173 [ |
175 [ |
174 (r'^ [^*?/\n]* \(glob\)$', |
176 (r'^ [^*?/\n]* \(glob\)$', |
175 "glob match with no glob character (?*/)"), |
177 "glob match with no glob character (?*/)"), |