# HG changeset patch # User Martin Geisler # Date 2009-08-22 08:50:29 # Node ID e499a4147c66e5daf8593349ac33c7de4080cbd1 # Parent 1a7bcf58ba56a9043e63d0c637647666cb23a48d hgrc.5: document %unset directive diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt --- a/doc/hgrc.5.txt +++ b/doc/hgrc.5.txt @@ -96,6 +96,9 @@ current configuration file. The inclusio that included files can include other files. Filenames are relative to the configuration file in which the `%include` directive is found. +A line with "`%unset name`" will remove `name` from the current +section, if it has been set previously. + SECTIONS --------