contrib/check-code.py
changeset 19168 60b63216997c
parent 19133 101b80eb7364
child 19307 5443d40d524b
--- a/contrib/check-code.py	Thu May 09 15:22:21 2013 -0500
+++ b/contrib/check-code.py	Thu May 09 15:22:54 2013 -0500
@@ -112,6 +112,8 @@
     (r'^  reverting .*/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
     (r'^  cloning subrepo \S+/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
     (r'^  pushing to \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
+    (r'^  pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg,
+     '\$TESTTMP/unix-repo$'),
     (r'^  moving \S+/.*[^)]$', winglobmsg),
     (r'^  no changes made to subrepo since.*/.*[^)]$',
      winglobmsg, '\$TESTTMP/unix-repo$'),