Description
I would like to also be able to absorb something from an older commit into a newer one rather than only the reverse.
I can currently express my intent using
jj absorb -f older-commit -t newer-commit
However, that currently just returns "nothing changed", regardless of input. The reverse
jj absorb -f newer-commit -t older-commit
works as expected.
Steps to Reproduce the Problem
- Make a commit
- Make another commit that touches the same line
jj absorb -f older-commit -t newer-commit
Expected Behavior
The changes should be absorb into the newer commits, just like it does when the target is older than the source.
Actual Behavior
"Nothing changed."
Specifications
- Platform: Linux
- Version: jj 0.43.0
Description
I would like to also be able to absorb something from an older commit into a newer one rather than only the reverse.
I can currently express my intent using
However, that currently just returns "nothing changed", regardless of input. The reverse
works as expected.
Steps to Reproduce the Problem
jj absorb -f older-commit -t newer-commitExpected Behavior
The changes should be absorb into the newer commits, just like it does when the target is older than the source.
Actual Behavior
"Nothing changed."
Specifications