Skip to content

iter parents explicitly to draw octo merge dashes#9

Open
gammahead wants to merge 1 commit into
sambrightman:masterfrom
gammahead:fix-octopus-merge
Open

iter parents explicitly to draw octo merge dashes#9
gammahead wants to merge 1 commit into
sambrightman:masterfrom
gammahead:fix-octopus-merge

Conversation

@gammahead

Copy link
Copy Markdown

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 #6

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant