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 use unicode ellipsis character to denote multline summary text

I'm inserting a space character before it, because I think it's
visually less intrusive with this extra space.

I've built an x86 msi installer and installed that on a Windows XP SP3 x86.
The character is displayed as expected there.

Changeset 0a56fd5112de

Parent e3c4d9604e4a

by Adrian Buehlmann

Changes to 2 files · Browse files at 0a56fd5112de Showing diff from parent e3c4d9604e4a Diff from another changeset...

 
563
564
565
566
 
567
568
569
 
563
564
565
 
566
567
568
569
@@ -563,7 +563,7 @@
  summary = lines and lines[0] or ''     if summary and len(lines) > 1: - summary += '...' + summary += u' \u2026' # ellipsis ...     return summary  
 
139
140
141
142
 
143
144
145
 
139
140
141
 
142
143
144
145
@@ -139,7 +139,7 @@
  summary = lines and lines[0] or ''     if summary and len(lines) > 1: - summary += '...' + summary += u' \u2026' # ellipsis ...     return summary