Skip to content

Commit

Permalink
docs: use branch@remote syntax in trunk() example
Browse files Browse the repository at this point in the history
It's simpler, and user-specified trunk() wouldn't need fallback.
  • Loading branch information
yuja committed Sep 19, 2023
1 parent d575aae commit 96cb3a6
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 @@ -175,7 +175,7 @@ for a comprehensive list.

```toml
[revset-aliases]
'trunk()' = 'latest(remote_branches(exact:"your-branch", exact:"your-remote"))'
'trunk()' = 'your-branch@your-remote'
```

## Examples
Expand Down

0 comments on commit 96cb3a6

Please sign in to comment.