changeset 20014:30eced973b28

check-code: document last ignore regexp For easier remembering to delete when it is not needed anymore.
author Simon Heimberg <simohe@besonet.ch>
date Sat, 09 Nov 2013 14:50:12 +0100
parents 38acecdd016c
children ad27cdacc743
files contrib/check-code.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/check-code.py	Sat Nov 09 14:49:05 2013 +0100
+++ b/contrib/check-code.py	Sat Nov 09 14:50:12 2013 +0100
@@ -141,7 +141,8 @@
     (r'^  saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg),
     (r'^  changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$',
      winglobmsg),
-    (r'^  pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
+    (r'^  pulling from \$TESTTMP/.*[^)]$', winglobmsg,
+     '\$TESTTMP/unix-repo$'), # in test-issue1802.t which skipped on windows
     (r'^  reverting .*/.*[^)]$', winglobmsg),
     (r'^  cloning subrepo \S+/.*[^)]$', winglobmsg),
     (r'^  pushing to \$TESTTMP/.*[^)]$', winglobmsg),