jj: branches -> bookmarks
This commit is contained in:
parent
39dcb58a9b
commit
c07fe99a2e
2 changed files with 11 additions and 11 deletions
home/dln
|
@ -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::)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue