[PATCH 1 of 2] test-convert: fix a couple of minor typos in the help text

Giorgos Keramidas keramida at ceid.upatras.gr
Sun Nov 4 07:35:09 CST 2007


# HG changeset patch
# User Will Maier <willmaier at ml1.net>
# Date 1194183112 -7200
# Node ID 53d81ce67d0d47736f3e20c66d422cbd5281c1a1
# Parent  be20a42f27a165f3b5b8cebffcd19fbf548b56ae
test-convert: fix a couple of minor typos in the help text

diff --git a/hgext/convert/__init__.py b/hgext/convert/__init__.py
--- a/hgext/convert/__init__.py
+++ b/hgext/convert/__init__.py
@@ -344,7 +344,7 @@ def convert(ui, src, dest=None, revmapfi
     
     The 'include' directive causes a file, or all files under a
     directory, to be included in the destination repository, and the
-    exclussion of all other files and dirs not explicitely included.
+    exclusion of all other files and dirs not explicitly included.
     The 'exclude' directive causes files or directories to be omitted.
     The 'rename' directive renames a file or directory.  To rename from a
     subdirectory into the root of the repository, use '.' as the path to


More information about the Mercurial-devel mailing list