mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
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. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| docs | ||
| LICENSE | ||