[Differential] [Commented On] D21: rebase: rewrite defineparents

2017-07-14 Thread durin42 (Augie Fackler)
durin42 added a comment. Almost there. INLINE COMMENTS > rebase.py:923 > +| || > +| B <- rebased as B' G <- destination of C, separate subgraph > +|/ How did C' end up in a separate subgraph? I thought it was moving to F? (I suspect

[Differential] [Commented On] D21: rebase: rewrite defineparents

2017-07-14 Thread quark (Jun Wu)
quark added inline comments. INLINE COMMENTS > durin42 wrote in rebase.py:910 > I can't figure out what this comment is trying to tell me. Why on earth > would, given the graph I see, rebase rewrite my explicit 'hg rebase -r E -d > F' into having B' as the destination? Good catch. Will add