From 6a13ffe0b5d8baaaea7fabd72ec42acc49b73c0a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Oct 2012 18:58:01 -0400 Subject: [PATCH] pylint cleanup. --- irkerhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irkerhook.py b/irkerhook.py index 6e0a866..9eaf7dd 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -323,7 +323,7 @@ class HgExtractor(GenericExtractor): "Return a symbolic reference to the tip commit of the current branch." return "-1" -def hg_hook(ui, repo, hooktype, node=None, url=None, **_kwds): +def hg_hook(ui, repo, _hooktype, node=None, _url=None, **_kwds): # To be called from a Mercurial "commit" or "incoming" hook. Example # configuration: # [hooks] -- 2.26.2