fix author

This commit is contained in:
2026-01-20 17:42:52 +00:00
parent d84646800c
commit 5cbb6906a1

View File

@@ -36,7 +36,7 @@
revset-aliases = { revset-aliases = {
"closest_bookmark(to)" = "heads(::to & bookmarks())"; "closest_bookmark(to)" = "heads(::to & bookmarks())";
"closest_pushable(to)" = "heads(::to & mutable() & ~description(exact:\"\") & (~empty() | merges()))"; "closest_pushable(to)" = "heads(::to & mutable() & ~description(exact:\"\") & (~empty() | merges()))";
"mine()" = "author(christoph@schmatzler.com)"; "mine()" = "author(\"christoph@schmatzler.com\")";
"wip()" = "mine() ~ immutable()"; "wip()" = "mine() ~ immutable()";
"open()" = "mine() ~ ::trunk()"; "open()" = "mine() ~ ::trunk()";
"current()" = "@:: & mutable()"; "current()" = "@:: & mutable()";