Skip to content

Commit

Permalink
revsets.md: Add a sentence to clarify connected
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Jan 14, 2023
1 parent bdaebf3 commit 50321f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/revsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ revsets (expressions) as arguments.
* `children(x)`: Same as `x+`.
* `ancestors(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.
* `none()`: No commits. This function is rarely useful; it is provided for
completeness.
Expand Down

0 comments on commit 50321f8

Please sign in to comment.