Skip to content
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

Support copy/renames in jj status #4327

Merged
merged 3 commits into from
Aug 24, 2024
Merged

Support copy/renames in jj status #4327

merged 3 commits into from
Aug 24, 2024

Conversation

martinvonz
Copy link
Owner

@martinvonz martinvonz commented Aug 23, 2024

Checklist

If applicable:

  • I have updated CHANGELOG.md
  • I have updated the documentation (README.md, docs/, demos/)
  • I have updated the config schema (cli/src/config-schema.json)
  • I have added tests to cover my changes

cli/src/commands/status.rs Outdated Show resolved Hide resolved
cli/tests/test_status_command.rs Outdated Show resolved Hide resolved
The native backend currently errors out if you ask it about copies. So
does the test backend. I think it's better to return an empty stream
of copies so it doesn't prevent other functionality.
Since only `--name-only` doesn't support copies/renames, it's simpler
to say that than to list the formats that do.
@martinvonz martinvonz force-pushed the push-ruvtmzszslsl branch 3 times, most recently from 976d83a to 621b1d2 Compare August 24, 2024 01:36
@martinvonz martinvonz enabled auto-merge (rebase) August 24, 2024 01:37
@martinvonz martinvonz merged commit b78c83e into main Aug 24, 2024
31 checks passed
@martinvonz martinvonz deleted the push-ruvtmzszslsl branch August 24, 2024 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants