mercurial/graphmod.py
changeset 41536 fb9e11fdcbba
parent 39286 3c4b2e880273
child 42307 264a2cbb25d0
--- a/mercurial/graphmod.py	Mon Feb 04 09:00:52 2019 -0800
+++ b/mercurial/graphmod.py	Mon Feb 04 09:01:49 2019 -0800
@@ -451,7 +451,7 @@
     # If 'graphshorten' config, only draw shift_interline
     # when there is any non vertical flow in graph.
     if state['graphshorten']:
-        if any(c in '\/' for c in shift_interline if c):
+        if any(c in br'\/' for c in shift_interline if c):
             lines.append(shift_interline)
     # Else, no 'graphshorten' config so draw shift_interline.
     else: