Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

repomodel: display correctly non ASCII tag in workbench

Changeset 139cd2dfa477

Parent c869b8ad6320

by André Sintzoff

Changes to one file · Browse files at 139cd2dfa477 Showing diff from parent c869b8ad6320 Diff from another changeset...

 
63
64
65
66
 
67
68
69
 
63
64
65
 
66
67
68
69
@@ -63,7 +63,7 @@
  tags = ctx.tags()   if model.hide_mq_tags:   tags = [t for t in tags if t not in mqtags] - return ",".join(tags) + return tounicode(",".join(tags))    def getlog(model, ctx, gnode):   if ctx.rev() is not None: