jj: branches -> bookmarks

This commit is contained in:
Daniel Lundin 2024-10-12 13:06:20 +02:00
parent 39dcb58a9b
commit c07fe99a2e
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 11 additions and 11 deletions
home/dln

View file

@ -130,7 +130,7 @@ in
"revset-aliases" = {
# Prevent rewriting commits on main@origin and commits authored by other users;
"user(x)" = "author(x) | committer(x)";
"trunk()" = "latest((present(main) | present(master)) & remote_branches())";
"trunk()" = "latest((present(main) | present(master)) & remote_bookmarks())";
"open" = "(mine() ~ ::trunk()) ~ heads(empty())";
"wip" = ''description("wip: ")'';
"ready" = "open() ~ (wip::)";