sapling
sapling copied to clipboard
renderdag: box: option to pad between nodes from separate branches
Makes it easier to visually scan the branches and find the heads quickly.
Before:
│ │ │ o F some text message
│ ├───╯ that continues on the next line
│ │ │ o E some text message
│ ├───╯ that continues on the next line
│ │ o D some text message
│ │ │ that continues on the next line
│ │ o C some text message
│ │ │ that continues on the next line
│ o │ B some text message
│ ├─╯ that continues on the next line
│ o A some text message
├─╯ that continues on the next line
After:
│ │ │ o F some text message
│ ├───╯ that continues on the next line
│ │ │
│ │ │ o E some text message
│ ├───╯ that continues on the next line
│ │ │
│ │ o D some text message
│ │ │ that continues on the next line
│ │ o C some text message
│ │ │ that continues on the next line
│ │ │
│ o │ B some text message
│ ├─╯ that continues on the next line
│ o A some text message
├─╯ that continues on the next line
@thomasa88 has updated the pull request. You must reimport the pull request before landing.
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D89118021. (Because this pull request was imported automatically, there will not be any future comments.)