help: document about "paths" template keywords
authorYuya Nishihara <yuya@tcha.org>
Sun, 07 Oct 2018 23:00:50 +0900
changeset 40113 910eefeead82
parent 40112 288fdded64dd
child 40114 5cde774f7244
help: document about "paths" template keywords
mercurial/commands.py
--- 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.
     """