Mercurial > hg-stable
changeset 9380:e499a4147c66
hgrc.5: document %unset directive
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 22 Aug 2009 10:50:29 +0200 |
parents | 1a7bcf58ba56 |
children | 642febca0e5d 829ac0af66a4 |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Fri Aug 21 14:17:23 2009 +0200 +++ b/doc/hgrc.5.txt Sat Aug 22 10:50:29 2009 +0200 @@ -96,6 +96,9 @@ 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 --------