diff contrib/check-code.py @ 19123:a91894c8064a

check-code: add more path sep glob checks
author Matt Mackall <mpm@selenic.com>
date Thu, 02 May 2013 15:21:47 -0500
parents 12f15e4b2ca0
children 101b80eb7364
line wrap: on
line diff
--- a/contrib/check-code.py	Thu Apr 25 18:01:00 2013 -0700
+++ b/contrib/check-code.py	Thu May 02 15:21:47 2013 -0500
@@ -109,6 +109,13 @@
     (r'^  changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$',
      winglobmsg),
     (r'^  pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
+    (r'^  reverting .*/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
+    (r'^  cloning subrepo \S+/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
+    (r'^  pushing to \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
+    (r'^  no changes made to subrepo since.*/.*[^)]$',
+     winglobmsg, '\$TESTTMP/unix-repo$'),
+    (r'^  .*: largefile \S+ not available from file:.*/.*[^)]$',
+     winglobmsg, '\$TESTTMP/unix-repo$'),
   ],
   # warnings
   [