-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
branch support #3124
branch support #3124
Conversation
🦋 Changeset detectedLatest commit: f115d96 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🥷 Ninja i18n – 🛎️ Translations need to be updated❗️ New errors in setup of project
|
1b107ba
to
52b428b
Compare
52b428b
to
fff0a83
Compare
fff0a83
to
fb5a174
Compare
fb5a174
to
aa2adbf
Compare
5011911
to
882541e
Compare
882541e
to
bf7a684
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I focused on the new branch switch function first - will continue reviewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
followup review - still WIP
|
||
if (!nextChange || !nextChange.parent_id) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@martin-lysk not sure why you added !nextChange.parent_id what happens if the root change is the common ancestor?
No description provided.