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

appview: revert mergeCheck logic

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li f2b6ba26 d4066c0f

verified
Changed files
+1 -1
appview
pulls
+1 -1
appview/pulls/pulls.go
···
patch := pull.LatestPatch()
if pull.IsStacked() {
// combine patches of substack
-
subStack := stack.StrictlyBelow(pull)
// collect the portion of the stack that is mergeable
mergeable := subStack.Mergeable()
// combine each patch
···
patch := pull.LatestPatch()
if pull.IsStacked() {
// combine patches of substack
+
subStack := stack.Below(pull)
// collect the portion of the stack that is mergeable
mergeable := subStack.Mergeable()
// combine each patch