bisect: remove superfluous parameter in label()
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu, 20 Oct 2011 00:37:34 +0200
changeset 15406 1f677c7e494d
parent 15405 e4a17bb8472f
child 15409 83c2e6772408
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>
mercurial/hbisect.py
--- 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