diff --git a/docs/revsets.md b/docs/revsets.md index b7f543ae66..1df7c0cda1 100644 --- a/docs/revsets.md +++ b/docs/revsets.md @@ -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