[PATCH 4 of 5] code-check: do not check for (glob) after printed paths

Simon Heimberg simohe at besonet.ch
Fri Oct 12 11:43:23 CDT 2012


# HG changeset patch
# User Simon Heimberg <simohe at besonet.ch>
# Date 1350059460 -7200
# Node ID 36dcf981a587302085b47067c96576f11746e550
# Parent  8643d349a776196e42ff9ac7c5fbba090794f50f
code-check: do not check for (glob) after printed paths

diff -r 8643d349a776 -r 36dcf981a587 contrib/check-code.py
--- a/contrib/check-code.py	Fre Okt 12 18:31:00 2012 +0200
+++ b/contrib/check-code.py	Fre Okt 12 18:31:00 2012 +0200
@@ -100,8 +100,6 @@
      "explicit exit code checks unnecessary"),
     (uprefix + r'set -e', "don't use set -e"),
     (uprefix + r'\s', "don't indent commands, use > for continued lines"),
-    (r'^  saved backup bundle to \$TESTTMP.*\.hg$',
-     "use (glob) to match Windows paths too"),
   ],
   # warnings
   []


More information about the Mercurial-devel mailing list