# # # patch "ChangeLog" # from [7025dd6ee41314aa96c09d1c100b03f7c1d6fa9e] # to [65c8b4eff828bd4b016d00717ed0763bb03f1e1f] # # patch "monotone.texi" # from [428d5bc4fb9ddce9307d8a7cd0d9381e9888a044] # to [9631280e5ce9427b090430fbe1f6d00477bbf042] # ============================================================ --- ChangeLog 7025dd6ee41314aa96c09d1c100b03f7c1d6fa9e +++ ChangeLog 65c8b4eff828bd4b016d00717ed0763bb03f1e1f @@ -1,3 +1,8 @@ +2006-12-19 Thomas Keller
+ + * monotone.texi: added missing documentation for + automate get_option + 2006-12-19 Matthew Gregan * win32/main.cc: Disable the C runtime's built-in globbing. This ============================================================ --- monotone.texi 428d5bc4fb9ddce9307d8a7cd0d9381e9888a044 +++ monotone.texi 9631280e5ce9427b090430fbe1f6d00477bbf042 @@ -6965,6 +6965,39 @@ @section Automation @end table address@hidden mtn automate get_option @var{option} + address@hidden @strong address@hidden Arguments: + +The @var{option} argument specifies the option name of the option to be output. + address@hidden Added in: + +3.1 + address@hidden Purpose: + +Prints an option from _MTN/option of the current workspace. + address@hidden Sample output: + address@hidden +net.venge.monotone address@hidden verbatim + address@hidden Output format: + +The option value is written out without modification. + address@hidden Error conditions: + +If the option is unknown, prints an error message to stderr and exits +with status 1. + address@hidden table + + @item mtn automate keys @table @strong