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 15, 2024
1 parent 6ce6efa commit dbb9cec
Show file tree
Hide file tree
Showing 4 changed files with 698 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* `ui.color = "debug"` prints active labels alongside the regular colored output.

* 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 dbb9cec

Please sign in to comment.