mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
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:
parent
c696d7c62f
commit
a8de6f3695
4 changed files with 18 additions and 18 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue