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

stable repomodel: replace unicode special char for closed heads with '--'

avoding problems with fonts not having tha glyphs

Changeset aa36af4526e5

Parent 8a8a47d5b74e

by Adrian Buehlmann

Changes to one file · Browse files at aa36af4526e5 Showing diff from parent 8a8a47d5b74e Diff from another changeset...

 
486
487
488
489
 
490
491
492
 
486
487
488
 
489
490
491
492
@@ -486,7 +486,7 @@
  def getbranch(self, ctx, gnode):   b = hglib.tounicode(ctx.branch())   if ctx.extra().get('close'): - b += u' \u2327' + b += u'--'   return b     def gettags(self, ctx, gnode):