Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

commit: bold branch name (closes #627)

Changeset 37151cda4a83

Parent 4ad01ebcf5f6

by Eduard-Cristian Stefan

Changes to one file · Browse files at 37151cda4a83 Showing diff from parent 4ad01ebcf5f6 Diff from another changeset...

 
217
218
219
 
 
 
220
221
222
 
217
218
219
220
221
222
223
224
225
@@ -217,6 +217,9 @@
  self.updateRecentMessages()     self.branchbutton = tbar.addAction(_('Branch: ')) + font = self.branchbutton.font() + font.setBold(True) + self.branchbutton.setFont(font)   self.branchbutton.triggered.connect(self.branchOp)   self.branchop = None