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

stable Merge with Adrian

Changeset 17b20a84aa4e

Parents d3c9339974df

Parents f05caebc59ab

by Steve Borho

Changes to one file · Browse files at 17b20a84aa4e Showing diff from parent d3c9339974df f05caebc59ab Diff from another changeset...

 
484
485
486
487
 
488
489
490
 
 
491
492
493
 
484
485
486
 
487
488
 
 
489
490
491
492
493
@@ -484,10 +484,10 @@
  self.layoutChanged.emit()     def getbranch(self, ctx, gnode): - b = ctx.branch() + b = hglib.tounicode(ctx.branch())   if ctx.extra().get('close'): - b += ' (close)' - return hglib.tounicode(b) + b += u' \u2327' + return b     def gettags(self, ctx, gnode):   if ctx.rev() is None: