commit | 9bf69d8690842d653ed18fed85ffcbc6ee523c03 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Fri Dec 06 18:33:37 2013 -0800 |
committer | Shawn Pearce <sop@google.com> | Sat Dec 07 06:52:02 2013 +0000 |
tree | 4d0ebf59d3254ecc99d7dd8d4bdd8f48e7558d76 | |
parent | acc959d645f46e792865547c0de07eddee7ab0bb [diff] |
Fix related changes after rebase Given a stack of two commits C->P (child depends on parent), if P is rebased or updated C should still considered to be a related change, even if C has not yet been rebased onto P' (new P). This was broken because we did not include all permutations of P into the seed queue. Bug: issue 2073 Change-Id: Ife954810ece39f44630b8c17a4f1b70192bd1611