Skip to content

Commit

Permalink
docs: update revset alias example to something very different from bu…
Browse files Browse the repository at this point in the history
…iltins

We've added mine() function, so this alias looks confusing.
  • Loading branch information
yuja committed Mar 3, 2024
1 parent 96bf190 commit 639dceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/revsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ For example:

```toml
[revset-aliases]
'mine' = 'author(martinvonz)'
'HEAD' = '@-'
'user(x)' = 'author(x) | committer(x)'
```

Expand Down

0 comments on commit 639dceb

Please sign in to comment.