##// END OF EJS Templates
histedit: use 'util.ellipsis' to trim description of each changesets...
histedit: use 'util.ellipsis' to trim description of each changesets Before this patch, trimming description of each changesets in histedit may split at intermediate multi-byte sequence. This patch uses 'util.ellipsis' to trim description of each changesets instead of directly slicing byte sequence. Even though 'util.ellipsis' adds '...' as ellipsis when specified string is trimmed (= this changes result of trimming), this patch uses it, because: - it can be used without any additional 'import', and - ellipsis seems to be better than just trimming, for usability

File last commit:

r1360:7d439981 default
r21858:50fd3a36 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder