monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone.not-selector: 6990661f53ecd7


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.not-selector: 6990661f53ecd711e409b6cb2a0e173fb7defbb2
Date: Mon, 13 Feb 2012 19:52:28 +0100 (CET)

revision:            6990661f53ecd711e409b6cb2a0e173fb7defbb2
date:                2012-02-13T18:52:02
author:              Richard Hopkins <address@hidden>
branch:              net.venge.monotone.not-selector
changelog:
Add documentation for 'not' extended selector

manifest:
format_version "1"

new_manifest [2c64527713e046a97ab92d918d8af0ab7568a46c]

old_revision [e56619f398f32fdca6068d369cde95e1d3add396]

patch "doc/monotone.texi"
 from [b93a39c40870fce709e383709d45003fb638bc0f]
   to [6e54866349718b0d1f8d800efa8a72996fe71448]
============================================================
--- doc/monotone.texi	b93a39c40870fce709e383709d45003fb638bc0f
+++ doc/monotone.texi	6e54866349718b0d1f8d800efa8a72996fe71448
@@ -2935,6 +2935,14 @@ @heading Composite selectors
 example, @code{difference(a:graydon;b:net.venge.monotone)} would return all
 revisions which have an @code{author} cert beginning with @code{graydon} which
 are not in the branch @code{net.venge.monotone}.
address@hidden not(A)
+Set complement; this returns all revisions not selected by A. For example,
address@hidden(c:testresult)} would return all revisions which do not have any
address@hidden certs. Conceptually @code{not(A)} is equivalent to
address@hidden(*, A)}, where @code{*} selects all revisions. The previous
+example to return all revisions which have an @code{author} cert beginning
+with @code{graydon} and are not in the branch @code{net.venge.monotone},
+can be written as @code{a:graydon/not(b:net.venge.monotone)}.
 @item lca(A;B)
 Least common ancestors; this is identical to
 @code{max((ancestors(A)|A)/(ancestors(B)|B))},

reply via email to

[Prev in Thread] Current Thread [Next in Thread]