docs: prefer new revset operator :: over deprecated :

Now that we're very close to a release, it should be fine to use the
new syntax in our documentation. This effecttively backs out
37436f7344.
This commit is contained in:
Martin von Zweigbergk 2023-09-05 14:58:13 -07:00 committed by Martin von Zweigbergk
parent bafd1b568e
commit d047512115
4 changed files with 17 additions and 17 deletions

View file

@ -148,7 +148,7 @@ remote
Log all remote branches, which you authored or committed to
`jj log -r 'remote_branches() & (mine() | committer(your@email.com))'`
Log all descendants of the current working copy, which aren't on a remote
`jj log -r ':@ & ~remote_branches()'`
`jj log -r '::@ & ~remote_branches()'`
## Merge conflicts