# HG changeset patch # User Matt Mackall # Date 1368130974 18000 # Node ID 60b63216997c4cce2b3968060ddd637b5541b2ac # Parent c57e99386d88851b734dfdeed68fbf000501461b check-code: add another Windows pathsep rule diff -r c57e99386d88 -r 60b63216997c 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$'),