docs: revert to using revset operator : instead of ::

Since our latest release doesn't support `::`, we shouldn't tell the
user to use it.

This commit should be backed out once we've released jj 0.9.0.
This commit is contained in:
Martin von Zweigbergk 2023-08-01 14:30:52 -07:00 committed by Martin von Zweigbergk
parent c696d7c62f
commit a8de6f3695
4 changed files with 18 additions and 18 deletions

View file

@ -148,7 +148,7 @@ remote
Log all remote branches, which you authored or committed to
`jj log -r 'remote_branches() & (committer(your@email.com) | author(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