diff --git a/modules/common/jujutsu.nix b/modules/common/jujutsu.nix index a631d68..7744014 100644 --- a/modules/common/jujutsu.nix +++ b/modules/common/jujutsu.nix @@ -52,7 +52,7 @@ in { aliases.tug = [ "bookmark" "move" "--from" "closest(@-)" "--to" "closest_pushable(@)" ]; 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())";