mercurial/hbisect.py
changeset 15406 1f677c7e494d
parent 15404 c1eb8398fe82
child 16647 14913fcb30c6
--- 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