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

settings: remove extra code for tounicode(None)

Now it's handled by tounicode().

Changeset 2be3c87633cb

Parent b08681105532

by Yuya Nishihara

Changes to one file · Browse files at 2be3c87633cb Showing diff from parent b08681105532 Diff from another changeset...

 
45
46
47
48
49
50
 
51
52
53
 
45
46
47
 
 
 
48
49
50
51
@@ -45,9 +45,7 @@
    def resetList(self):   self.clear() - ucur = self.curvalue # None is valid value for <unspecified> - if ucur: - ucur = hglib.tounicode(ucur) + ucur = hglib.tounicode(self.curvalue)   if self.opts.get('defer') and not self.loaded:   if self.curvalue == None: # unspecified   self.addItem(_unspecstr)