Skip to content

Commit

Permalink
cli: add jj operation show and jj operation diff commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed May 18, 2024
1 parent ae92af0 commit 33ee8dd
Show file tree
Hide file tree
Showing 3 changed files with 694 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* `jj branch track` now show conflicts if there are some.

* New commands `jj op show` and `jj op diff` that can show the changes made in a
single operation, and compare changes made between two operations, respectively.

### Fixed bugs

* When the working copy commit becomes immutable, a new one is automatically created on top of it
Expand Down
Loading

0 comments on commit 33ee8dd

Please sign in to comment.