comparison 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
comparison
equal deleted inserted replaced
7169:6d28a399293e 7170:aff204c9bdd6
105 105
106 Because CVS does not have changesets, it is necessary to collect 106 Because CVS does not have changesets, it is necessary to collect
107 individual commits to CVS and merge them into changesets. CVS 107 individual commits to CVS and merge them into changesets. CVS
108 source uses its internal changeset merging code by default but can 108 source uses its internal changeset merging code by default but can
109 be configured to call the external 'cvsps' program by setting: 109 be configured to call the external 'cvsps' program by setting:
110 --config convert.cvsps=cvsps -A -u --cvs-direct -q 110 --config convert.cvsps='cvsps -A -u --cvs-direct -q'
111 This is a legacy option and may be removed in future. 111 This is a legacy option and may be removed in future.
112 112
113 The options shown are the defaults. 113 The options shown are the defaults.
114 114
115 Internal cvsps is selected by setting 115 Internal cvsps is selected by setting