jj/cli
Evan Mesterhazy d90a0ec246 Make jj prev work when the working copy is a merge commit
Before this commit `jj prev` fails if the current working copy commit is a
merge commit. After this commit it will prompt the user to choose the ancestor
they want to select.

#2126
2024-04-08 14:52:11 -04:00
..
examples cli: use RevisionArg type in "resolve -r", "bench", and example command 2024-04-03 15:30:30 +09:00
src Make jj prev work when the working copy is a merge commit 2024-04-08 14:52:11 -04:00
testing revset: add support for file(kind:pattern) syntax 2024-04-07 19:43:29 +09:00
tests Make jj prev work when the working copy is a merge commit 2024-04-08 14:52:11 -04:00
build.rs
Cargo.toml
LICENSE