downgrade to a version that's a cross-branch dependency forces the branch to downgrade #379
Labels
Milestone
Comments
Changes by Michael Bayer (@zzzeek):
|
Michael Bayer (@zzzeek) wrote: Don't remove dependent version when downgrading to a version. Adjusted the version traversal on downgrade Change-Id: Ica0732f6419f68ab85650170839ac8000ba3bbfb → ca84906 |
Changes by Michael Bayer (@zzzeek):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by Michael Bayer (@zzzeek)
Lets build this:
after upgrading to heads, we want to do a downgrade to a2. a2 is a depedency of b3.
So now we are on "a2", but in doing so, it downgraded b3 as well! there's no reason to downgrade b3, its dependency a2 is still there. The reason this happens is because it's treated as an unmerge point, which in reality, it's not.
The text was updated successfully, but these errors were encountered: