From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id ab9ec9c8 for ; Sat, 21 Dec 2019 16:00:21 +0000 (UTC) Received: (qmail 28756 invoked by alias); 21 Dec 2019 15:59:14 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45113 Received: (qmail 539 invoked by uid 1010); 21 Dec 2019 15:59:13 -0000 X-Qmail-Scanner-Diagnostics: from out1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25663. spamassassin: 3.4.2. Clear:RC:0(66.111.4.25):SA:0(-1.9/5.0):. Processed in 2.636532 secs); 21 Dec 2019 15:59:13 -0000 X-Envelope-From: danielsh@apache.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: softfail (ns1.primenet.com.au: transitioning SPF record at amazonses.com does not designate 66.111.4.25 as permitted sender) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvdduhedgkedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucgogfeguddtqddvjeculdegtddmnecujfgurhephf fvufffkffojghfsedttdertdertddtnecuhfhrohhmpeffrghnihgvlhcuufhhrghhrghf uceouggrnhhivghlshhhsegrphgrtghhvgdrohhrgheqnecukfhppeejledrudektddrhe ejrdduudelnecurfgrrhgrmhepmhgrihhlfhhrohhmpegurghnihgvlhhshhesrghprggt hhgvrdhorhhgnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: From: Daniel Shahaf To: zsh-workers@zsh.org Subject: [PATCH 4/5] vcs_info docs: Clarify documentation of the %p/%u/%a patch-format expandos. Date: Sat, 21 Dec 2019 15:58:27 +0000 Message-Id: <20191221155828.25950-4-danielsh@apache.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20191221155828.25950-1-danielsh@apache.org> References: <20191221155828.25950-1-danielsh@apache.org> --- Doc/Zsh/contrib.yo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index d51fd518b..558342711 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1343,11 +1343,11 @@ endsitem() In tt(patch-format) and tt(nopatch-format) these replacements are done: startsitem() -sitem(tt(%p))(The name of the top-most applied patch (tt(applied-string)).) -sitem(tt(%u))(The number of unapplied patches (tt(unapplied-string)).) +sitem(tt(%p))(The name of the top-most applied patch; may be overridden by the tt(applied-string) hook.) +sitem(tt(%u))(The number of unapplied patches; may be overridden by the tt(unapplied-string) hook.) sitem(tt(%n))(The number of applied patches.) sitem(tt(%c))(The number of unapplied patches.) -sitem(tt(%a))(The number of all patches.) +sitem(tt(%a))(The number of all patches (tt(%a = %n + %c)).) sitem(tt(%g))(The names of active tt(mq) guards (tt(hg) backend).) sitem(tt(%G))(The number of active tt(mq) guards (tt(hg) backend).) endsitem()