Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

status: set filename in Courier font

Changeset 344105df4215

Parent e5036cb5009f

by Adrian Buehlmann

Changes to one file · Browse files at 344105df4215 Showing diff from parent e5036cb5009f Diff from another changeset...

 
680
681
682
 
683
684
685
 
680
681
682
683
684
685
686
@@ -680,6 +680,7 @@
 def statusMessage(status, mst, upath):   tip = ''   if status in statusTypes: + upath = "<span style='font-family:Courier'>%s </span>" % upath   tip = statusTypes[status].desc % upath   if mst == 'R':   tip += _(', resolved merge')