ok/jj
1
0
Fork 0
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:
Yuya Nishihara 2023-09-19 21:09:25 +09:00
parent d575aaeca8
commit 96cb3a6053

View file

@ -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