← Back to context

Comment by Hamuko

16 hours ago

Yeah, I feel like just being able to review a PR commit-by-commit with a nice interface would just suffice.

Not really. Without seeing the entire changeset for a PR, you'd have to mentally keep track of what the current state of everything is unless you're a commit minimalist and presquash.

  • How does that differ from this where you need to keep track of state and the whole change in the stack?

    • If we're speaking strictly code review, because you can actually make sense of the changeset for the child PR by not including its unmerged parent's changeset.