check-code: add another Windows pathsep rule
authorMatt Mackall <mpm@selenic.com>
Thu, 09 May 2013 15:22:54 -0500
changeset 19168 60b63216997c
parent 19167 c57e99386d88
child 19170 b184e5041f2f
check-code: add another Windows pathsep rule
contrib/check-code.py
--- 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$'),