pylint cleanup.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 2 Oct 2012 22:58:01 +0000 (18:58 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 2 Oct 2012 22:58:01 +0000 (18:58 -0400)
irkerhook.py

index 6e0a86665b87927e2eb0de5e87acb8a1d0d766f0..9eaf7dd70099a332536427d8ca16be371d4a6c6f 100755 (executable)
@@ -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]