ok/jj
1
0
Fork 0
forked from mirrors/jj

docs: update revset alias example to something very different from builtins

We've added mine() function, so this alias looks confusing.
This commit is contained in:
Yuya Nishihara 2024-03-03 18:26:20 +09:00
parent 24868e5192
commit 78edb615a2

View file

@ -190,7 +190,7 @@ For example:
```toml ```toml
[revset-aliases] [revset-aliases]
'mine' = 'author(martinvonz)' 'HEAD' = '@-'
'user(x)' = 'author(x) | committer(x)' 'user(x)' = 'author(x) | committer(x)'
``` ```