From: Eric S. Raymond Date: Tue, 2 Oct 2012 22:58:01 +0000 (-0400) Subject: pylint cleanup. X-Git-Tag: 1.5~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a13ffe0b5d8baaaea7fabd72ec42acc49b73c0a;p=irker.git pylint cleanup. --- 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]