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

commit: use preset 'ishead' item

Changeset 51bc7ac8c803

Parent 0d8a21575afe

by Yuki KODAMA

Changes to one file · Browse files at 51bc7ac8c803 Showing diff from parent 0d8a21575afe Diff from another changeset...

 
382
383
384
385
 
386
387
388
 
382
383
384
 
385
386
387
388
@@ -382,7 +382,7 @@
  ' %(athead)s', ' %(branch)s', ' %(tags)s',   ' %(summary)s'), selectable=True)   def data_func(widget, ctx): - return len(ctx.children()) == 0 or self.mqmode + return widget.get_data('ishead') or self.mqmode   def markup_func(widget, value):   if value:   return ''