On Saturday, August 6, 2016 at 12:37:59 PM UTC+2, Johan S. R. Nielsen wrote:
>
> Say #B is dependent on #A. If #A changes so #B no longer applies on top 
> of #A, ...


Changing the branch on A doesn't change the branch on B. 

E.g. assume A, B started on the develop branch. Then commit on A, merge A 
in B, commit on B. 

Now A contains one commits, and B contains two commits.

Then reset A back to develop. B still contains two commits.

Reviewing B always means that two commits are being merged, regardless of 
the current state of A. You can only ever review B-A once A is irrevocably 
frozen, that is, merged into develop.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to