1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 02:27:44 +00:00

jujutsu: fix alias

This commit is contained in:
RGBCube 2025-06-07 00:42:48 +03:00
parent c89e4c76b9
commit fffe187fc7
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -61,7 +61,7 @@ in {
aliases.sh = [ "show" ]; aliases.sh = [ "show" ];
aliases.tug = [ "bookmark" "move" "--from" "closest(@-)" "--to" "closest_pushable(@)" ]; aliases.tug = [ "bookmark" "move" "--from" "closest(@-)" "--to" "closest_pushable(@)" ];
aliases.t = [ "t" ]; aliases.t = [ "tug" ];
revset-aliases."closest(to)" = "heads(::to & bookmarks())"; revset-aliases."closest(to)" = "heads(::to & bookmarks())";
revset-aliases."closest_pushable(to)" = "heads(::to & ~description(exact:\"\") & (~empty() | merges()))"; revset-aliases."closest_pushable(to)" = "heads(::to & ~description(exact:\"\") & (~empty() | merges()))";