mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-15 08:53:16 +00:00
docs: add missing single quote to revset-aliases example
Spotted by xzfc.
This commit is contained in:
parent
3b0b70a451
commit
842ebe7f92
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ For example:
|
|||
```toml
|
||||
[revset-aliases]
|
||||
'HEAD' = '@-'
|
||||
'user()' = 'user("me@example.org")
|
||||
'user()' = 'user("me@example.org")'
|
||||
'user(x)' = 'author(x) | committer(x)'
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue