mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
revsets.md
: Add a sentence to clarify connected
This commit is contained in:
parent
bdaebf33c4
commit
50321f851f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ revsets (expressions) as arguments.
|
||||||
* `children(x)`: Same as `x+`.
|
* `children(x)`: Same as `x+`.
|
||||||
* `ancestors(x)`: Same as `:x`.
|
* `ancestors(x)`: Same as `:x`.
|
||||||
* `descendants(x)`: Same as `x:`.
|
* `descendants(x)`: Same as `x:`.
|
||||||
* `connected(x)`: Same as `x:x`.
|
* `connected(x)`: Same as `x:x`. Useful when `x` includes several commits.
|
||||||
* `all()`: All visible commits in the repo.
|
* `all()`: All visible commits in the repo.
|
||||||
* `none()`: No commits. This function is rarely useful; it is provided for
|
* `none()`: No commits. This function is rarely useful; it is provided for
|
||||||
completeness.
|
completeness.
|
||||||
|
|
Loading…
Reference in a new issue