jj/cli
Yuya Nishihara 3d31928dac revset: drop support for HEAD@git symbol resolution
This was added at f5f61f6bfe "revset: resolve 'HEAD@git' just like other
pseudo @git branches." As I said in this patch, there was no practical use case
of the HEAD@git symbol.

Suppose we implement colocated workspaces/worktrees #4436, there may be multiple
Git HEAD revisions. This means HEAD can no longer be abstracted as a symbol of
the "git" remote.
2024-10-21 09:21:34 +09:00
..
examples revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
src revset: drop support for HEAD@git symbol resolution 2024-10-21 09:21:34 +09:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests revset: drop support for HEAD@git symbol resolution 2024-10-21 09:21:34 +09:00
build.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00
Cargo.toml cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
LICENSE