-
Notifications
You must be signed in to change notification settings - Fork 373
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
Rewrite rebasing in jj split
using transform_descendants()
#3550
Conversation
356c307
to
6da4e91
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.
Thanks! I'm happy to see rebase_descendants()
made private again. That will make it easier for @bnjmnt4n to clean that up later.
I'm approving this because it seems clearly not specific to google, but please give non-googlers a chance to review.
This would have caught a bug in #3550 that otherwise might have slipped through.
6da4e91
to
67ab40b
Compare
67ab40b
to
5337c47
Compare
This would have caught a bug in #3550 that otherwise might have slipped through.
5337c47
to
e61d73f
Compare
This is following on the rewrite for `parallelize`. - #3521 Since rebase_descendants from rebase.rs is no longer used outside of that file, it can be made private again.
e61d73f
to
dd643c9
Compare
Thanks for taking a look Yuya. I'll merge this now. |
This would have caught a bug in #3550 that otherwise might have slipped through.
This is following on the rewrite for
parallelize
.transform_descendants()
, rewritejj parallelize
#3521Since rebase_descendants from rebase.rs is no longer used outside of that file, it can be made private again.