Skip to content

Commit

Permalink
Typo in revsets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha authored and steveklabnik committed Mar 29, 2024
1 parent d60e4a2 commit 41af9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/branching-merging-and-conflicts/revsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ More complex functions can take arguments:
* `parents(x)`: the parent changes of `x`
* `ancestors(x)`: the same as `::x`, but see the next example
* `ancestors(x, depth)`: limits the results to a certain depth, which you can't do with the `::x` syntax
* `heads(x)`: commits in `x` that are not ancestors of other commtits in `x`.
* `heads(x)`: commits in `x` that are not ancestors of other commits in `x`.
* `description(x)`: commits that have `x` in their description

## Putting it all together
Expand Down

0 comments on commit 41af9ba

Please sign in to comment.