##// END OF EJS Templates
filemerge: use 'util.ellipsis' to trim custom conflict markers correctly...
filemerge: use 'util.ellipsis' to trim custom conflict markers correctly Before this patch, filemerge slices byte sequence directly to trim conflict markers, but this may cause: - splitting at intermediate multi-byte sequence - incorrect calculation of column width (length of byte sequence is different from columns in display in many cases) This patch uses 'util.ellipsis' to trim custom conflict markers correctly, even if multi-byte characters are used in them.

File last commit:

r1360:7d439981 default
r21865:78e56e70 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
Matt Mackall
Re-add hgext/__init__.py
r1360 # placeholder