From patchwork Sun Oct 7 14:32:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3,of,7] help: document about "paths" template keywords From: Yuya Nishihara X-Patchwork-Id: 35535 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Sun, 07 Oct 2018 23:32:26 +0900 # HG changeset patch # User Yuya Nishihara # Date 1538920850 -32400 # Sun Oct 07 23:00:50 2018 +0900 # Node ID df05cead5b1b6b06939f20790a43b696189a8012 # Parent 5125d75db27c42430eec6c8462e2890894be07b2 help: document about "paths" template keywords diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4099,6 +4099,16 @@ def paths(ui, repo, search=None, **opts) See :hg:`help urls` for more information. + .. container:: verbose + + Template: + + The following keywords are supported. See also :hg:`help templates`. + + :name: String. Symbolic name of the path alias. + :pushurl: String. URL for push operations. + :url: String. URL or directory path for the other operations. + Returns 0 on success. """