diff hgext/convert/__init__.py @ 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 e786192d995d
children 8e7130a10f3b
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.