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

docs: add missing single quote to revset-aliases example

Spotted by xzfc.
This commit is contained in:
Yuya Nishihara 2024-08-25 21:47:44 +09:00
parent 3b0b70a451
commit 842ebe7f92

View file

@ -398,7 +398,7 @@ For example:
```toml ```toml
[revset-aliases] [revset-aliases]
'HEAD' = '@-' 'HEAD' = '@-'
'user()' = 'user("me@example.org") 'user()' = 'user("me@example.org")'
'user(x)' = 'author(x) | committer(x)' 'user(x)' = 'author(x) | committer(x)'
``` ```