[PATCH 1 of 2] check-code: drop unneeded ignore patterns
Simon Heimberg
simohe at besonet.ch
Mon Nov 11 23:51:03 UTC 2013
# HG changeset patch
# User Simon Heimberg <simohe at besonet.ch>
# Date 1384004945 -3600
# Sat Nov 09 14:49:05 2013 +0100
# Node ID 22f000152c01f0a9bb670225ba6cf82c1c4dc09d
# Parent 38ed395da3e1863fd6002527df50d5732dcdb2af
check-code: drop unneeded ignore patterns
The exceptions seem to have disappeared.
diff -r 38ed395da3e1 -r 22f000152c01 contrib/check-code.py
--- a/contrib/check-code.py Sat Nov 09 14:35:49 2013 +0100
+++ b/contrib/check-code.py Sat Nov 09 14:49:05 2013 +0100
@@ -142,16 +142,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'^ pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg,
- '\$TESTTMP/unix-repo$'),
+ (r'^ reverting .*/.*[^)]$', winglobmsg),
+ (r'^ cloning subrepo \S+/.*[^)]$', winglobmsg),
+ (r'^ pushing to \$TESTTMP/.*[^)]$', winglobmsg),
+ (r'^ pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg),
(r'^ moving \S+/.*[^)]$', winglobmsg),
- (r'^ no changes made to subrepo since.*/.*[^)]$',
- winglobmsg, '\$TESTTMP/unix-repo$'),
- (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$',
- winglobmsg, '\$TESTTMP/unix-repo$'),
+ (r'^ no changes made to subrepo since.*/.*[^)]$', winglobmsg),
+ (r'^ .*: largefile \S+ not available from file:.*/.*[^)]$', winglobmsg),
],
# warnings
[
More information about the Mercurial-devel
mailing list