mercurial/hbisect.py
changeset 36830 71f189941791
parent 36828 80da79b6fbe4
child 42057 566daffc607d
--- a/mercurial/hbisect.py	Tue Mar 06 07:11:24 2018 -0600
+++ b/mercurial/hbisect.py	Tue Mar 06 07:15:01 2018 -0600
@@ -267,12 +267,6 @@
 
     return None
 
-def shortlabel(label):
-    if label:
-        return label[0].upper()
-
-    return None
-
 def printresult(ui, repo, state, displayer, nodes, good):
     if len(nodes) == 1:
         # narrowed it down to a single revision