jj/cli/src/commands
Martin von Zweigbergk 23509e939e working_copy: get diff from MergedTrees
To support tree-level conflicts, we're going to need to update the
working copy from one `MergedTree` to another. We're going need to
store multiple tree ids in the `tree_state` file. This patch gets us
closer to that by getting the diff from `MergedTree`s`, even though we
assume that they are legacy trees for now, so we can write to the
single-tree `tree_state` file.
2023-08-25 06:40:36 -07:00
..
bench.rs
branch.rs cli branch list: use separate short commit template 2023-08-10 20:58:40 -07:00
debug.rs revset: pass all context arguments to parse() via an object 2023-08-20 21:30:06 -07:00
git.rs git: add --all-remotes to git fetch 2023-08-24 12:52:41 +02:00
mod.rs working_copy: get diff from MergedTrees 2023-08-25 06:40:36 -07:00
operation.rs cli: add "--limit N" option to log-like commands 2023-08-11 10:40:40 +09:00