Mercurial > hg-stable
changeset 40114:910eefeead82
help: document about "paths" template keywords
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 07 Oct 2018 23:00:50 +0900 |
parents | 288fdded64dd |
children | 5cde774f7244 |
files | mercurial/commands.py |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Oct 07 22:56:37 2018 +0900 +++ b/mercurial/commands.py Sun Oct 07 23:00:50 2018 +0900 @@ -4099,6 +4099,16 @@ 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. """