changeset 19168:60b63216997c

check-code: add another Windows pathsep rule
author Matt Mackall <mpm@selenic.com>
date Thu, 09 May 2013 15:22:54 -0500
parents c57e99386d88
children b184e5041f2f
files contrib/check-code.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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$'),