fix author
This commit is contained in:
@@ -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()";
|
||||||
|
|||||||
Reference in New Issue
Block a user