We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to move a file removal from a commit/working change to another commit, it fails.
mkdir test
cd test
jj git init
echo "test" > test
jj ci -m "new"
echo "testing" > test2
rm test
jj split
note that it also fails for jj squash -i
jj squash -i
https://asciinema.org/a/aVeHtWjw2CO0X5V2DsMxwCZkp
The file removal change is moved to the desired commit
The file removal change remains in the original commit
The text was updated successfully, but these errors were encountered:
Sounds a lot like #3702
Sorry, something went wrong.
No branches or pull requests
Description
When attempting to move a file removal from a commit/working change to another commit, it fails.
Steps to Reproduce the Problem
mkdir test
cd test
jj git init
echo "test" > test
jj ci -m "new"
echo "testing" > test2
rm test
jj split
note that it also fails for
jj squash -i
https://asciinema.org/a/aVeHtWjw2CO0X5V2DsMxwCZkp
Expected Behavior
The file removal change is moved to the desired commit
Actual Behavior
The file removal change remains in the original commit
Specifications
The text was updated successfully, but these errors were encountered: