# HG changeset patch
# User Martin von Zweigbergk <martinv...@google.com>
# Date 1484203567 28800
#      Wed Jan 11 22:46:07 2017 -0800
# Node ID f4f54de30261c007dd9565c5b0007d2d6a9c3665
# Parent  03f51cd7c078e769a8db3c4fceebd2e24a7fbc69
help: explain what the term "revset" means

We refer to revsets in a few places (e.g. in "hg help config"), but we
never explained what they are. Until now.

diff -r 03f51cd7c078 -r f4f54de30261 mercurial/help/revisions.txt
--- a/mercurial/help/revisions.txt      Wed Jan 11 11:37:38 2017 -0800
+++ b/mercurial/help/revisions.txt      Wed Jan 11 22:46:07 2017 -0800
@@ -33,7 +33,7 @@
 =============================
 
 Mercurial supports a functional language for selecting a set of
-revisions.
+revisions. Expressions in this language are called revsets.
 
 The language supports a number of predicates which are joined by infix
 operators. Parenthesis can be used for grouping.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to