contrib/check-code.py
changeset 20471 ea005e754c9c
parent 20423 ada289dfceb0
child 20532 f1a3ae7c15df
equal deleted inserted replaced
20470:78f4c2b7052f 20471:ea005e754c9c
   163     (r'^  pushing to \$TESTTMP/.*[^)]$', winglobmsg),
   163     (r'^  pushing to \$TESTTMP/.*[^)]$', winglobmsg),
   164     (r'^  pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg),
   164     (r'^  pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg),
   165     (r'^  moving \S+/.*[^)]$', winglobmsg),
   165     (r'^  moving \S+/.*[^)]$', winglobmsg),
   166     (r'^  no changes made to subrepo since.*/.*[^)]$', winglobmsg),
   166     (r'^  no changes made to subrepo since.*/.*[^)]$', winglobmsg),
   167     (r'^  .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg),
   167     (r'^  .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg),
       
   168     (r'^  .*file://\$TESTTMP',
       
   169      'write "file:/*/$TESTTMP" + (glob) to match on windows too'),
   168   ],
   170   ],
   169   # warnings
   171   # warnings
   170   [
   172   [
   171     (r'^  [^*?/\n]* \(glob\)$',
   173     (r'^  [^*?/\n]* \(glob\)$',
   172      "glob match with no glob character (?*/)"),
   174      "glob match with no glob character (?*/)"),