forked from mirrors/jj
69edc7f2df
`jj new <commit>` automatically adds the checked out commits into the view head ids. However, `jj edit` does not. To reproduce: ``` jj git init test cd test jj commit -m "my commit" jj log -r @- -T commit_id # Save the id jj abandon -r @- jj edit <saved_id> jj log -r :: # Does not show the currently editing commit ``` |
||
---|---|---|
.. | ||
benches | ||
gen-protos | ||
proc-macros | ||
src | ||
tests | ||
testutils | ||
Cargo.toml | ||
LICENSE |