-
Notifications
You must be signed in to change notification settings - Fork 392
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
jj rebase
should accept multiple revisions for -r
(-s
, and -b
are done)
#1158
Comments
Either way, my |
jj rebase
should accept multiple -r
, -s
, and -b
arguments.jj rebase
should accept multiple revisions for -r
, -s
, and -b
I'll work on |
This addresses a portion of jj-vcs#1158
This also makes `rebase_branch` reuse `rebase_descendants`. This addresses a portion of jj-vcs#1158
This also makes `rebase_branch` reuse `rebase_descendants`. This addresses a portion of #1158
This also makes `rebase_branch` reuse `rebase_descendants`. This addresses a portion of #1158
jj rebase
should accept multiple revisions for -r
, -s
, and -b
jj rebase
should accept multiple revisions for -r
(-s
, and -b
are done)
Barring a last-moment surprise,
|
This addresses a portion of #1158 One application (not the prettiest, but useful until we have `jj sync`): jj rebase -s oldmain+~:main -d main -L
This also makes `rebase_branch` reuse `rebase_descendants`. This addresses a portion of #1158
Thank you so much for working on this! I haven't been able to look at the details yet, but it sounds very nice. |
I also tried it out, it's wonderful so far :) |
It already accepts multiple
-d
arguments.If multiple
-r
arguments are specified, the parent-child relationship between the multiple commits being rebased should be preserved.It seems to make little sense to preserve such relationships for
-s
and-b
.There's also the related #571 about specifying a revset with multiple commits in a single-d
or-r
argument. This seems especially important for-r
.Update: #571 is now fixed. While the
--allow-large-revsets
option exists,-r
,-s
, and-b
should use it the same way-d
does.The text was updated successfully, but these errors were encountered: