# # # patch "monotone.texi" # from [a3b3aaf8538e2f1a017d7f368e1cdc764d6ed3d1] # to [c1fef42c317708808d7c8f32c9bf255a72528857] # ============================================================ --- monotone.texi a3b3aaf8538e2f1a017d7f368e1cdc764d6ed3d1 +++ monotone.texi c1fef42c317708808d7c8f32c9bf255a72528857 @@ -3693,15 +3693,16 @@ @heading Existing vars @item database Contains database-global configuration information. Defined names are: + @table @code address@hidden default-exclude-pattern -The default branch exclusion glob pattern for netsync operations to -use. Automatically set by first use of netsync, and by any netsync -that uses the @option{--set-default} option. @item default-include-pattern -The default branch glob pattern for netsync operations to use. +The default global branch glob pattern for netsync operations to use. Automatically set by first use of netsync, and by any netsync that uses the @option{--set-default} option. address@hidden default-exclude-pattern +The default global branch exclusion glob pattern for netsync operations to +use. Automatically set by first use of netsync, and by any netsync +that uses the @option{--set-default} option. @item default-server The default server for netsync operations to use. Automatically set by first use of netsync, and by any netsync that uses the @@ -3719,6 +3720,9 @@ @heading Existing vars linear. Changing this value does not affect deltas that have already been stored. address@hidden known-workspaces +Records all registered workspaces for the current databases. monotone will +track the contents of this variable automatically for you in the background. @end table @item known-servers @@ -3729,6 +3733,18 @@ @heading Existing vars changes, monotone will notice, and refuse to connect until you have run @command{mtn unset known-servers @var{server-name}}. address@hidden server-include +Contains server-specific branch inclusion globs. These overrule address@hidden if existant and are recorded automatically +the first time you connect to a specific server or use the address@hidden option for a netsync operation. + address@hidden server-exclude +Likewise, this variable contains server-specific branch exclusion +globs, which overrule @var{default-exclude-pattern} if existant and +are also automatically set on the first connection or when the option address@hidden is present. + @end table @page