|
|
|
|
|
by Anon1096
75 days ago
|
|
> If you only look at PRs and don't ever care about commits, why are they even being sent to reviewer in the first place? Just send a diff file. This is in fact what hg does with amending changesets and yes it works far better. Keep PRs small and atomic and you never need to worry about what happens intra-pr. If you need bigger units of work that's what stacking is for. |
|
A PR is a group of commits, just utilize that when you need it.