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()`.

It also exposes some initial variables for scripting purposes.
  • Loading branch information
PhilipMetzger committed Nov 13, 2024
1 parent 5b844f6 commit 2f48658
Show file tree
Hide file tree
Showing 5 changed files with 472 additions and 11 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 @@ -86,6 +86,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 2f48658

Please sign in to comment.