changeset 7170:aff204c9bdd6

convert documentation: --config argument with spaces needs quoting.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 19 Oct 2008 15:24:33 +0200
parents 6d28a399293e
children 41b7802b089a
files hgext/convert/__init__.py tests/test-convert.out
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.