# HG changeset patch # User Yuya Nishihara # Date 1538573658 -32400 # Node ID d6b3cb3c5b11f30f032a35560b68bf9b51b86284 # Parent d6e02248cdba087794012682aa936a398bf2205d help: document about "cat" template keywords diff -r d6e02248cdba -r d6b3cb3c5b11 mercurial/commands.py --- a/mercurial/commands.py Wed Oct 03 22:38:49 2018 +0900 +++ b/mercurial/commands.py Wed Oct 03 22:34:18 2018 +0900 @@ -1358,6 +1358,16 @@ :``%b``: basename of the exporting repository :``\\``: literal "\\" character + .. container:: verbose + + Template: + + The following keywords are supported in addition to the common template + keywords and functions. See also :hg:`help templates`. + + :data: String. File content. + :path: String. Repository-absolute path of the file. + Returns 0 on success. """ opts = pycompat.byteskwargs(opts)