# HG changeset patch # User Yuya Nishihara # Date 1538920850 -32400 # Node ID 910eefeead82887e281a8fa4877fadf28b1e7834 # Parent 288fdded64dde5d3d403b009c7176e36bc55aa80 help: document about "paths" template keywords diff -r 288fdded64dd -r 910eefeead82 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. """