mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
jujutsu: add undo alias
This commit is contained in:
parent
85019a5bd7
commit
9e9cb7e522
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ in {
|
|||
aliases.tug = [ "bookmark" "move" "--from" "closest(@-)" "--to" "closest_pushable(@)" ];
|
||||
aliases.t = [ "tug" ];
|
||||
|
||||
aliases.u = [ "undo" ];
|
||||
|
||||
revset-aliases."closest(to)" = "heads(::to & bookmarks())";
|
||||
revset-aliases."closest_pushable(to)" = "heads(::to & ~description(exact:\"\") & (~empty() | merges()))";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue