# HG changeset patch # User Juan Pablo Carbajal (desktop) # Date 1348918477 -7200 # Node ID 16ec37411db5696ce981d18296e93bde71e2d7cb # Parent 60229b466e5a289523d9d43ca7014e75b8ea8096 help: removing trailing spaces diff -r 60229b466e5a -r 16ec37411db5 mercurial/help/config.txt --- a/mercurial/help/config.txt Sat Sep 29 13:43:31 2012 +0200 +++ b/mercurial/help/config.txt Sat Sep 29 13:34:37 2012 +0200 @@ -604,9 +604,9 @@ ``post-`` Run after successful invocations of the associated command. The contents of the command line are passed as ``$HG_ARGS`` and the result - code in ``$HG_RESULT``. Parsed command line arguments are passed as + code in ``$HG_RESULT``. Parsed command line arguments are passed as ``$HG_PATS`` and ``$HG_OPTS``. These contain string representations of - the python data internally passed to . ``$HG_OPTS`` is a + the python data internally passed to . ``$HG_OPTS`` is a dictionary of options (with unspecified options set to their defaults). ``$HG_PATS`` is a list of arguments. Hook failure is ignored. @@ -616,7 +616,7 @@ are passed as ``$HG_PATS`` and ``$HG_OPTS``. These contain string representations of the data internally passed to . ``$HG_OPTS`` is a dictionary of options (with unspecified options set to their - defaults). ``$HG_PATS`` is a list of arguments. If the hook returns + defaults). ``$HG_PATS`` is a list of arguments. If the hook returns failure, the command doesn't execute and Mercurial returns the failure code.