From ddd417469e42a2a2c18c7bafd16f9bb6dc1dfdf7 Mon Sep 17 00:00:00 2001 From: Vincent Ging Ho Yim Date: Sat, 17 May 2025 23:16:22 +1000 Subject: [PATCH] docs/revsets: fix typo --- docs/revsets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/revsets.md b/docs/revsets.md index 055d4090d..82e29ffd9 100644 --- a/docs/revsets.md +++ b/docs/revsets.md @@ -518,7 +518,7 @@ behave as though the `all:` modifier was used every time it would matter. An `all:` modifier before a revset expression does not otherwise change its meaning. Strictly speaking, it is not part of the revset language. The notation is similar to the modifiers like `glob:` allowed before [string -patterms](#string-patterns). +patterns](#string-patterns). For example, `jj rebase -r w -d xyz+` will rebase `w` on top of the child of `xyz` as long as `xyz` has exactly one child.