bisect: remove superfluous parameter in label()
The argument is not used. This is a left-over of non-published
iterations, and it passed through.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
--- a/mercurial/hbisect.py Wed Nov 02 15:06:40 2011 -0500
+++ b/mercurial/hbisect.py Thu Oct 20 00:37:34 2011 +0200
@@ -220,7 +220,7 @@
else:
raise error.ParseError(_('invalid bisect state'))
-def label(repo, node, short=False):
+def label(repo, node):
rev = repo.changelog.rev(node)
# Try explicit sets