Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable revpanel: commit parent revision widget should allow text select and copy

Changeset 2d08113c8bc5

Parent d74837e14b3d

by Steve Borho

Changes to one file · Browse files at 2d08113c8bc5 Showing diff from parent d74837e14b3d Diff from another changeset...

 
164
165
166
167
 
168
 
164
165
166
 
167
168
@@ -164,5 +164,5 @@
 def ParentWidget(repo):   'creates a parent rev widget and returns it'   custom = csinfo.custom(data=data_func, label=label_func, markup=nomarkup) - style = csinfo.panelstyle(contents=('parents','ishead')) + style = csinfo.panelstyle(contents=('parents','ishead'), selectable=True)   return csinfo.create(repo, style=style, custom=custom)