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

changeset: normal font for revnum hash

bold Courier font looks bad

Changeset 64e8c7b2d82d

Parent aba41810494b

by Adrian Buehlmann

Changes to one file · Browse files at 64e8c7b2d82d Showing diff from parent aba41810494b Diff from another changeset...

 
151
152
153
154
 
155
156
 
157
158
159
 
151
152
153
 
154
155
 
156
157
158
159
@@ -151,9 +151,9 @@
  buf += '<td><b>Working Directory</b></td>'   else:   desc = format_desc(ctx.description(), 80) - buf += '<td><b><span class="rev_number">%d:</span>'\ + buf += '<td><span class="rev_number">%d:</span>'\   '<span class="rev_hash">%s&nbsp;</span>'\ - '<span class="short_desc">%s</span></b></td>'\ + '<span class="short_desc"><b>%s</b></span></td>'\   '\n' % (ctx.rev(), short_hex(ctx.node()), desc)   buf += '<td width=50 align=right><span class="label">Branch&nbsp;</span></td>'\   '<td>%s</td>'\