mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
jujutsu: fix closest_pushable alias
This commit is contained in:
parent
5584412695
commit
5cc5329a74
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ in {
|
||||||
aliases.tug = [ "bookmark" "move" "--from" "closest(@-)" "--to" "closest_pushable(@)" ];
|
aliases.tug = [ "bookmark" "move" "--from" "closest(@-)" "--to" "closest_pushable(@)" ];
|
||||||
|
|
||||||
revset-aliases."closest(to)" = "heads(::to & bookmarks())";
|
revset-aliases."closest(to)" = "heads(::to & bookmarks())";
|
||||||
revset-aliases."closest_pushable(to)" = "heads(::to & mutable() & ~description(exact:\"\") & (~empty() | merges()))";
|
revset-aliases."closest_pushable(to)" = "heads(::to & ~description(exact:\"\") & (~empty() | merges()))";
|
||||||
|
|
||||||
revsets.log = "present(@) | present(trunk()) | ancestors(remote_bookmarks().., 2) | reachable(@, all())";
|
revsets.log = "present(@) | present(trunk()) | ancestors(remote_bookmarks().., 2) | reachable(@, all())";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue