mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
jujutsu: fix alias
This commit is contained in:
parent
c89e4c76b9
commit
fffe187fc7
1 changed files with 1 additions and 1 deletions
|
@ -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()))";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue