diff mercurial/hbisect.py @ 36830:71f189941791

templatefilters: inline hbisect.shortlabel() It's pretty simple. I don't think the business logic has to be placed in hbisect.py.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 06 Mar 2018 07:15:01 -0600
parents 80da79b6fbe4
children 566daffc607d
line wrap: on
line diff
--- 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