hgext/beautifygraph.py
changeset 40457 c2a0bc6412db
parent 39262 5b9f116104f9
child 43076 2372284d9457
--- a/hgext/beautifygraph.py	Wed Oct 24 21:29:04 2018 +0900
+++ b/hgext/beautifygraph.py	Sat Oct 13 01:55:40 2018 -0700
@@ -31,8 +31,6 @@
 def prettyedge(before, edge, after):
     if edge == '~':
         return '\xE2\x95\xA7' # U+2567 ╧
-    if edge == 'X':
-        return '\xE2\x95\xB3' # U+2573 ╳
     if edge == '/':
         return '\xE2\x95\xB1' # U+2571 ╱
     if edge == '-':