contrib/check-code.py
changeset 19133 101b80eb7364
parent 19123 a91894c8064a
child 19168 60b63216997c
equal deleted inserted replaced
19132:605deb776abf 19133:101b80eb7364
   110      winglobmsg),
   110      winglobmsg),
   111     (r'^  pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
   111     (r'^  pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
   112     (r'^  reverting .*/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
   112     (r'^  reverting .*/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
   113     (r'^  cloning subrepo \S+/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
   113     (r'^  cloning subrepo \S+/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
   114     (r'^  pushing to \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
   114     (r'^  pushing to \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
       
   115     (r'^  moving \S+/.*[^)]$', winglobmsg),
   115     (r'^  no changes made to subrepo since.*/.*[^)]$',
   116     (r'^  no changes made to subrepo since.*/.*[^)]$',
   116      winglobmsg, '\$TESTTMP/unix-repo$'),
   117      winglobmsg, '\$TESTTMP/unix-repo$'),
   117     (r'^  .*: largefile \S+ not available from file:.*/.*[^)]$',
   118     (r'^  .*: largefile \S+ not available from file:.*/.*[^)]$',
   118      winglobmsg, '\$TESTTMP/unix-repo$'),
   119      winglobmsg, '\$TESTTMP/unix-repo$'),
   119   ],
   120   ],