Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable changeset: use 'selectable' option

Changeset aa644a8d7031

Parent 3e76a3cca826

by Yuki KODAMA

Changes to one file · Browse files at aa644a8d7031 Showing diff from parent 3e76a3cca826 Diff from another changeset...

 
457
458
459
460
 
 
461
462
463
 
457
458
459
 
460
461
462
463
464
@@ -457,7 +457,8 @@
    ## changeset panel   style = csinfo.panelstyle(contents=('cset', 'branch', 'user', 'date', - 'parents', 'children', 'tags', 'transplant')) + 'parents', 'children', 'tags', 'transplant'), + selectable=True)   def data_func(widget, item, ctx):   def revline_data(ctx):   desc = ctx.description().replace('\0', '')