From acdc42fd9f3f4e35224fc958ee8fc5be887f1956 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Wed, 2 Oct 2024 19:03:41 +0200 Subject: [PATCH] doc: add comment to explain the syntax of folded examples --- docs/revsets.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/revsets.md b/docs/revsets.md index 4a0721aa14..10362c587e 100644 --- a/docs/revsets.md +++ b/docs/revsets.md @@ -78,6 +78,9 @@ only symbols. You can use parentheses to control evaluation order, such as `(x & y) | z` or `x & (y | z)`. + + ??? examples Given this history: