[PATCH] help: removing trailing spaces

Juan Pablo Carbajal ajuanpi at gmail.com
Sat Sep 29 06:35:12 CDT 2012


# HG changeset patch
# User Juan Pablo Carbajal (desktop) <carbajal at ifi.uzh.ch>
# Date 1348918477 -7200
# Node ID 858ac9ad24fc2d0be5914ed94758612bd2553cc7
# Parent  5c89e7fa5bc20597080494aea43a09903e9e7a6a
help: removing trailing spaces

diff -r 5c89e7fa5bc2 -r 858ac9ad24fc mercurial/help/config.txt
--- a/mercurial/help/config.txt	Thu Sep 20 19:02:47 2012 +0200
+++ b/mercurial/help/config.txt	Sat Sep 29 13:34:37 2012 +0200
@@ -604,9 +604,9 @@
 ``post-<command>``
   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 <command>. ``$HG_OPTS`` is a 
+  the python data internally passed to <command>. ``$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 <command>. ``$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.
 


More information about the Mercurial-devel mailing list