changeset 7808:5b010dae99c3

help: get rid of double spaces
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 28 Feb 2009 12:33:24 +0100
parents bd8f44638847
children dcdda2f59513
files mercurial/help.py
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help.py	Sat Feb 28 12:38:45 2009 +0100
+++ b/mercurial/help.py	Sat Feb 28 12:33:24 2009 +0100
@@ -58,10 +58,10 @@
     Alternate pattern notations must be specified explicitly.
 
     To use a plain path name without any pattern matching, start it
-    with "path:".  These path names must completely match starting at
+    with "path:". These path names must completely match starting at
     the current repository root.
 
-    To use an extended glob, start a name with "glob:".  Globs are
+    To use an extended glob, start a name with "glob:". Globs are
     rooted at the current directory; a glob such as "*.c" will only
     match files in the current directory ending with ".c".
 
@@ -129,9 +129,9 @@
     (deprecated, use .hgrc)
 
 HGRCPATH::
-    A list of files or directories to search for hgrc files.  Item
-    separator is ":" on Unix, ";" on Windows.  If HGRCPATH is not set,
-    platform default search path is used.  If empty, only the .hg/hgrc
+    A list of files or directories to search for hgrc files. Item
+    separator is ":" on Unix, ";" on Windows. If HGRCPATH is not set,
+    platform default search path is used. If empty, only the .hg/hgrc
     from the current repository is read.
 
     For each element in HGRCPATH: