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
··· 203 203 patch := pull.LatestPatch() 204 204 if pull.IsStacked() { 205 205 // combine patches of substack 206 - subStack := stack.StrictlyBelow(pull) 206 + subStack := stack.Below(pull) 207 207 // collect the portion of the stack that is mergeable 208 208 mergeable := subStack.Mergeable() 209 209 // combine each patch