diff -r baf12d52add4 -r e786192d995d hgext/convert/__init__.py --- a/hgext/convert/__init__.py Wed Oct 15 16:27:36 2008 +0200 +++ b/hgext/convert/__init__.py Wed Oct 15 20:14:28 2008 +0200 @@ -104,11 +104,12 @@ sandbox is ignored. Because CVS does not have changesets, it is necessary to collect - individual commits to CVS and merge them into changesets. CVS source - can use the external 'cvsps' program (this is a legacy option and may - be removed in future) or use its internal changeset merging code. - External cvsps is default, and options may be passed to it by setting - --config convert.cvsps='cvsps -A -u --cvs-direct -q' + 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 + This is a legacy option and may be removed in future. + The options shown are the defaults. Internal cvsps is selected by setting