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

Github PR description misrepresents stack after rebase

discentem opened this issue · comments

commented

First I had

main <- a <- b <- c

and then I rebased c on main so I have

main <- a <- b
main <- c

Once I sl pr submit both a/b PR descriptions still imply c is dependent on them even though they are not. c's PR description is correct