# # # patch "monotone.texi" # from [4b8427a2d6a9ab30660bbd68618ae575e63c5c79] # to [a64ba7cfb8dff4c7a256dc6686296deff07497f8] # ============================================================ --- monotone.texi 4b8427a2d6a9ab30660bbd68618ae575e63c5c79 +++ monotone.texi a64ba7cfb8dff4c7a256dc6686296deff07497f8 @@ -6868,7 +6868,7 @@ @section Automation @table @strong @item Arguments: -The @var{id} argument specifies the file to be output. +The @var{id} argument specifies the file hash of the file to be output. @item Added in: @@ -6899,7 +6899,46 @@ @section Automation @end table address@hidden mtn automate get_file_of @var{filename} address@hidden address@hidden @strong address@hidden Arguments: + +The @var{filename} argument specifies the filename of the file to be output. + +If a revision @var{id} is given, the file's contents in that specific revision +are printed. If no revision is given, the workspace's revision is used. + address@hidden Added in: + +4.0 + address@hidden Purpose: + +Prints the contents of the specified file. + address@hidden Sample output: + address@hidden +If you've downloaded a release, see INSTALL for installation +instructions. If you've checked this out, the generated files are not +included, and you must use "autoreconf --install" to create them. + +"make html" for docs, or read the .info file and / or man page. address@hidden verbatim + address@hidden Output format: + +The file contents are output without modification. + address@hidden Error conditions: + +If the filename specified is unknown in the given revision or invalid, or +if the given revision is unknown, prints an error message to stderr and exits +with status 1. + address@hidden table + @item mtn automate keys @table @strong