forked from tangled.org/core
this repo has no description

appview: fix stack merging

the current PR is already in the list of PRs to be merged, include only
PRs that are strictly below it for merge.

Changed files
+1 -1
appview
state
+1 -1
appview/state/pull.go
···
// combine patches of substack
-
subStack := stack.Below(pull)
+
subStack := stack.StrictlyBelow(pull)
// collect the portion of the stack that is mergeable
mergeable := subStack.Mergeable()
// add to total patch