# HG changeset patch # User Thomas Arendsen Hein # Date 2008-10-19 13:24:33 # Node ID aff204c9bdd6e25f52442c9fe36337d188c75ecf # Parent 6d28a399293e9c57801f5c65d9a77bb0f72cde43 convert documentation: --config argument with spaces needs quoting. diff --git a/hgext/convert/__init__.py b/hgext/convert/__init__.py --- a/hgext/convert/__init__.py +++ b/hgext/convert/__init__.py @@ -107,7 +107,7 @@ def convert(ui, src, dest=None, revmapfi 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. diff --git a/tests/test-convert.out b/tests/test-convert.out --- a/tests/test-convert.out +++ b/tests/test-convert.out @@ -94,7 +94,7 @@ Convert a foreign SCM repository to a Me 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.