jj/cli
Scott Taylor eda0621d13 bookmark move: default --from revset to closest_bookmarks(to)
A common recommendation for new users is for them to add a `jj tug`
alias. This change makes that alias less necessary, since a command like
`jj bookmark move --to @-` can be used instead for most cases. We could
also potentially improve this further by changing the default revset for
`--to`, but that can be a separate discussion.

The `closest_bookmarks(to)` revset is inspired by the discussion in
https://github.com/jj-vcs/jj/discussions/5568#discussioncomment-12674748.
I think it makes sense for it to be plural though, since it is allowed
for it to return multiple bookmarks.
2025-12-17 20:42:09 -06:00
..
examples clippy: enable unnecessary_literal_bound lint 2025-12-05 17:07:44 +00:00
src bookmark move: default --from revset to closest_bookmarks(to) 2025-12-17 20:42:09 -06:00
testing tests: exercise util exec when the program crashes 2025-12-12 02:55:55 +00:00
tests bookmark move: default --from revset to closest_bookmarks(to) 2025-12-17 20:42:09 -06:00
build.rs colocation: rename from "colocated repo" to "colocated workspace" 2025-11-03 16:53:26 +00:00
Cargo.toml ui: switch to std::io::pipe() 2025-09-19 09:41:32 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00