D5103: beautifygraph: don't substitute anything for 'X' in rendered graphs

hooper (Danny Hooper) phabricator at mercurial-scm.org
Wed Oct 31 14:02:00 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGc2a0bc6412db: beautifygraph: don't substitute anything for 'X' in rendered graphs (authored by hooper, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5103?vs=12131&id=12352

REVISION DETAIL
  https://phab.mercurial-scm.org/D5103

AFFECTED FILES
  hgext/beautifygraph.py

CHANGE DETAILS

diff --git a/hgext/beautifygraph.py b/hgext/beautifygraph.py
--- a/hgext/beautifygraph.py
+++ b/hgext/beautifygraph.py
@@ -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 == '-':



To: hooper, #hg-reviewers, martinvonz
Cc: mercurial-devel


More information about the Mercurial-devel mailing list