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:
parent
24868e5192
commit
78edb615a2
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ For example:
|
|||
|
||||
```toml
|
||||
[revset-aliases]
|
||||
'mine' = 'author(martinvonz)'
|
||||
'HEAD' = '@-'
|
||||
'user(x)' = 'author(x) | committer(x)'
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue