forked from mirrors/jj
docs: use branch@remote syntax in trunk() example
It's simpler, and user-specified trunk() wouldn't need fallback.
This commit is contained in:
parent
d575aaeca8
commit
96cb3a6053
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue