convert documentation: --config argument with spaces needs quoting.
authorThomas Arendsen Hein <thomas@intevation.de>
Sun, 19 Oct 2008 15:24:33 +0200
changeset 7170 aff204c9bdd6
parent 7169 6d28a399293e
child 7171 41b7802b089a
convert documentation: --config argument with spaces needs quoting.
hgext/convert/__init__.py
tests/test-convert.out
--- a/hgext/convert/__init__.py	Sun Oct 19 15:08:30 2008 +0200
+++ b/hgext/convert/__init__.py	Sun Oct 19 15:24:33 2008 +0200
@@ -107,7 +107,7 @@
     individual commits to CVS and merge them into changesets. CVS
     source uses its internal changeset merging code by default but can
     be configured to call the external 'cvsps' program by setting:
-        --config convert.cvsps=cvsps -A -u --cvs-direct -q
+        --config convert.cvsps='cvsps -A -u --cvs-direct -q'
     This is a legacy option and may be removed in future.
 
     The options shown are the defaults.
--- a/tests/test-convert.out	Sun Oct 19 15:08:30 2008 +0200
+++ b/tests/test-convert.out	Sun Oct 19 15:24:33 2008 +0200
@@ -94,7 +94,7 @@
     individual commits to CVS and merge them into changesets. CVS
     source uses its internal changeset merging code by default but can
     be configured to call the external 'cvsps' program by setting:
-        --config convert.cvsps=cvsps -A -u --cvs-direct -q
+        --config convert.cvsps='cvsps -A -u --cvs-direct -q'
     This is a legacy option and may be removed in future.
 
     The options shown are the defaults.