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

annotate: handle character encoding of author

Changeset c38325724c18

Parent 6fbf967b9373

by André Sintzoff

Changes to one file · Browse files at c38325724c18 Showing diff from parent 6fbf967b9373 Diff from another changeset...

 
244
245
246
 
247
248
249
 
244
245
246
247
248
249
250
@@ -244,6 +244,7 @@
  pos += len(text)   if rev not in sums:   author = hglib.username(fctx.user()) + author = hglib.tounicode(author)   date = hglib.age(fctx.date())   l = fctx.description().replace(u'\0', '').splitlines()   summary = l and l[0] or ''