Skip to content

Commit

Permalink
tutorial.md: no need to mention heads(x) anymore
Browse files Browse the repository at this point in the history
Instead we point explicitly at the full documentation on revsets.

Suggested-by: Martin von Zweigbergk <[email protected]>
  • Loading branch information
gasche committed Oct 23, 2023
1 parent 3c1766a commit 1c0a546
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,8 @@ function in the revset matches it.
There are also operators for getting the parents (`foo-`), children (`foo+`),
ancestors (`::foo`), descendants (`foo::`), DAG range (`foo::bar`, like
`git log --ancestry-path`), range (`foo..bar`, same as Git's). There are also a
few more functions, such as `heads(<set>)`, which filters out revisions in the
input set if they're ancestors of other revisions in the set.
`git log --ancestry-path`), range (`foo..bar`, same as Git's). See
[the revset documentation](revsets.md) for all revset operators and functions.
## Conflicts
Expand Down

0 comments on commit 1c0a546

Please sign in to comment.