diff doc/hgrc.5.txt @ 5081:ea7b982b6c08

Remove trailing spaces
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Aug 2007 10:24:33 +0200
parents 97369f6a6bb6
children 1b5b81d9039b
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Mon Aug 06 20:25:50 2007 +0200
+++ b/doc/hgrc.5.txt	Tue Aug 07 10:24:33 2007 +0200
@@ -137,17 +137,17 @@
     **.txt = tempfile: unix2dos -n INFILE OUTFILE
 
 defaults::
-  Use the [defaults] section to define command defaults, i.e. the 
+  Use the [defaults] section to define command defaults, i.e. the
   default options/arguments to pass to the specified commands.
-  
+
   The following example makes 'hg log' run in verbose mode, and
   'hg status' show only the modified files, by default.
-  
+
     [defaults]
     log = -v
     status = -m
-  
-  The actual commands, instead of their aliases, must be used when 
+
+  The actual commands, instead of their aliases, must be used when
   defining command defaults. The command defaults will also be
   applied to the aliases of the commands defined.