Mercurial > hg-stable
changeset 27552:20589d3bda6d
help: remove stray double spaces from config help
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 29 Dec 2015 15:02:13 +0000 |
parents | 822927d4d930 |
children | 56caab876bd8 |
files | mercurial/help/config.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/config.txt Tue Dec 29 15:00:04 2015 +0000 +++ b/mercurial/help/config.txt Tue Dec 29 15:02:13 2015 +0000 @@ -787,7 +787,7 @@ command line are passed as ``$HG_ARGS``. Parsed command line arguments are passed as ``$HG_PATS`` and ``$HG_OPTS``. These contain string representations of the data internally passed to <command>. ``$HG_OPTS`` - is a dictionary of options (with unspecified options set to their + is a dictionary of options (with unspecified options set to their defaults). ``$HG_PATS`` is a list of arguments. If the hook returns failure, the command doesn't execute and Mercurial returns the failure code. @@ -1612,7 +1612,7 @@ username are expanded. (default: ``$EMAIL`` or ``username@hostname``. If the username in - hgrc is empty, e.g. if the system admin set ``username =`` in the + hgrc is empty, e.g. if the system admin set ``username =`` in the system hgrc, it has to be specified manually or in a different hgrc file)