[PATCH 2 of 2] check-code: document last ignore regexp

Simon Heimberg simohe at besonet.ch
Mon Nov 11 17:51:04 CST 2013


# HG changeset patch
# User Simon Heimberg <simohe at besonet.ch>
# Date 1384005012 -3600
#      Sat Nov 09 14:50:12 2013 +0100
# Node ID 86f7cda76116f0e86495d72f3711edc44587e112
# Parent  22f000152c01f0a9bb670225ba6cf82c1c4dc09d
check-code: document last ignore regexp

For easier remembering to delete when it is not needed anymore.

diff -r 22f000152c01 -r 86f7cda76116 contrib/check-code.py
--- 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),


More information about the Mercurial-devel mailing list