From 694a5f152c2194f59559402610e143a486f2490e Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 1 Sep 2024 19:26:10 +0200 Subject: [PATCH] jj: use default immutable_heads function --- home/dln/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/dln/home.nix b/home/dln/home.nix index 53efd83..e3385c2 100644 --- a/home/dln/home.nix +++ b/home/dln/home.nix @@ -117,7 +117,6 @@ in "revset-aliases" = { # Prevent rewriting commits on main@origin and commits authored by other users; - "immutable_heads()" = "main@origin | (main@origin.. & ~mine())"; "user(x)" = "author(x) | committer(x)"; "trunk()" = "latest((present(main) | present(master)) & remote_branches())"; "open" = "(mine() ~ ::trunk()) ~ heads(empty())";