Skip to content

Commit

Permalink
run: Flesh out a bare implementation of jj run.
Browse files Browse the repository at this point in the history
This is basically a MVP based on `fix`, caching is not implemented yet.
The core functionality is in `run_inner()` and `rewrite_commit()`.

TODO: rewrite trees and expose all files
  • Loading branch information
PhilipMetzger committed Oct 1, 2024
1 parent f8e30fb commit 0722897
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 10 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ tempfile = { workspace = true }
textwrap = { workspace = true }
thiserror = { workspace = true }
timeago = { workspace = true }
tokio = { workspace = true }
toml_edit = { workspace = true }
tracing = { workspace = true }
tracing-chrome = { workspace = true }
Expand Down
Loading

0 comments on commit 0722897

Please sign in to comment.