facebook / sapling

A Scalable, User-Friendly Source Control System.

Home Page:https://sapling-scm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid submitting ancestor PR's that belong to another author.

daranday opened this issue · comments

Context

Currently, when we do sl pr submit at the top of a stack, all ancestor PRs are resubmitted using local commits. This can accidentally overwrite another author's work with an oudated version of commits.

Request

Can we submit all ancestor PRs except for the ones that doesn't belong to the current author? Thanks for the help!