Mercurial > public > mercurial-scm > hg-stable
diff tests/test-duplicateoptions.py @ 38346:9abe91a503da
graph: improve graph output by using Unicode characters
This extension beautifies log -G output by using Unicode characters.
A terminal with UTF-8 support and a monospace Unicode font are required.
Differential Revision: https://phab.mercurial-scm.org/D3665
author | John Stiles <johnstiles@gmail.com> |
---|---|
date | Fri, 15 Jun 2018 16:32:31 -0700 |
parents | 5b2f331d0a33 |
children | c3ad9ef0876c |
line wrap: on
line diff
--- a/tests/test-duplicateoptions.py Sat Jun 16 17:07:47 2018 -0400 +++ b/tests/test-duplicateoptions.py Fri Jun 15 16:32:31 2018 -0700 @@ -6,7 +6,7 @@ ui as uimod, ) -ignore = {b'highlight', b'win32text', b'factotum'} +ignore = {b'highlight', b'win32text', b'factotum', b'beautifygraph'} if os.name != 'nt': ignore.add(b'win32mbcs')