Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

histselect: make title UTF8 clean

Changeset 459e4e568641

Parent 43eebc5b93a1

by Steve Borho

Changes to one file · Browse files at 459e4e568641 Showing diff from parent 43eebc5b93a1 Diff from another changeset...

 
35
36
37
38
 
39
40
41
 
35
36
37
 
38
39
40
41
@@ -35,7 +35,7 @@
  set_tortoise_icon(self, 'menulog.ico')   # set dialog title   title = "hg log " - if root: title += " - %s" % root + if root: title += " - %s" % hglib.toutf(root)   self.set_title(title)     self.root = root