Re: [PATCH] check-code: remove unused variable 'winglobmsg'

2017-12-15 Thread Augie Fackler
On Thu, Dec 14, 2017 at 10:49:33PM +0900, Yuya Nishihara wrote:
> # HG changeset patch
> # User Yuya Nishihara 
> # Date 1513258006 -32400
> #  Thu Dec 14 22:26:46 2017 +0900
> # Node ID 5d3302425a6e4f4bd9e4af7877f58090daece3f0
> # Parent  83014fa95435e4c3c24da45d80f5b3c616cd0dea
> check-code: remove unused variable 'winglobmsg'

queued, thanks
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


[PATCH] check-code: remove unused variable 'winglobmsg'

2017-12-14 Thread Yuya Nishihara
# HG changeset patch
# User Yuya Nishihara 
# Date 1513258006 -32400
#  Thu Dec 14 22:26:46 2017 +0900
# Node ID 5d3302425a6e4f4bd9e4af7877f58090daece3f0
# Parent  83014fa95435e4c3c24da45d80f5b3c616cd0dea
check-code: remove unused variable 'winglobmsg'

Follows up 5feb782c7a95.

diff --git a/contrib/check-code.py b/contrib/check-code.py
--- a/contrib/check-code.py
+++ b/contrib/check-code.py
@@ -166,7 +166,6 @@ testfilters = [
 (r"<<(\S+)((.|\n)*?\n\1)", rephere),
 ]
 
-winglobmsg = "use (glob) to match Windows paths too"
 uprefix = r"^  \$ "
 utestpats = [
   [
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel