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

status: use hglib.fromunicode

Changeset 89deb25b870f

Parent bcbd196d798f

by Steve Borho

Changes to one file · Browse files at 89deb25b870f Showing diff from parent bcbd196d798f Diff from another changeset...

 
22
23
24
25
26
27
28
 
103
104
105
106
 
107
108
109
 
22
23
24
 
25
26
27
 
102
103
104
 
105
106
107
108
@@ -22,7 +22,6 @@
 # or ignored files.    # Technical Debt -# use proper 'fromunicode'  # filter using pats  # show example of wctx manual creation  # wctx.ignored() does not exist, need a back-door @@ -103,7 +102,7 @@
    def rowSelected(self, index):   pfile = index.sibling(index.row(), 1).data().toString() - pfile = str(pfile) # TODO: use proper 'fromunicode' + pfile = hglib.fromunicode(pfile)   wfile = util.pconvert(pfile)   hu = htmlui.htmlui()   try: