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

stable fileview: old and new data are now both in unicode (fixes #197)

Changeset c531f9f6dee3

Parent f4325c885ae5

by Steve Borho

Changes to one file · Browse files at c531f9f6dee3 Showing diff from parent f4325c885ae5 Diff from another changeset...

 
677
678
679
680
 
681
682
683
 
677
678
679
 
680
681
682
683
@@ -677,7 +677,7 @@
  else:   return   - self.olddata = olddata + self.olddata = hglib.tounicode(olddata)   newdate = util.datestr(ctx.date())   olddate = util.datestr(ctx2.date())   revs = [str(ctx), str(ctx2)]