forked from sambrightman/asciidag
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iter parents explicitly to draw octo merge dashes
Iterating self.new_columns to print the octopus merge dashes does not work because the new_column indices are not necessarily in the same order as their corresponding parents in the merge. Offsetting into self.new_columns using self.commit_index breaks when self.commit_index > len(self.new_columns) addresses sambrightman#6
- Loading branch information
Josh Rose
committed
Jun 3, 2022
1 parent
bf31126
commit 1084610
Showing
1 changed file
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters