projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a48b710
)
pylint cleanup.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 2 Oct 2012 22:58:01 +0000
(18:58 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 2 Oct 2012 22:58:01 +0000
(18:58 -0400)
irkerhook.py
patch
|
blob
|
history
diff --git
a/irkerhook.py
b/irkerhook.py
index 6e0a86665b87927e2eb0de5e87acb8a1d0d766f0..9eaf7dd70099a332536427d8ca16be371d4a6c6f 100755
(executable)
--- 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]