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: fix indication of 'not at head revision' on MQ mode

Changeset 67e1a45e7fae

Parent 7d225b291b28

by Yuki KODAMA

Changes to one file · Browse files at 67e1a45e7fae Showing diff from parent 7d225b291b28 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 + return len(ctx.children()) == 0 or self.mqmode   def markup_func(widget, value):   if value:   return ''