comparison tests/test-convert.out @ 8598:5edb2a8e29ea

convert: deprecate external cvsps, to be removed in 1.4
author Patrick Mezard <pmezard@gmail.com>
date Sun, 24 May 2009 16:27:56 +0200
parents 29f4f0d66cd5
children aea3a23151bd
comparison
equal deleted inserted replaced
8597:dc1b9e22f288 8598:5edb2a8e29ea
110 Because CVS does not have changesets, it is necessary to collect 110 Because CVS does not have changesets, it is necessary to collect
111 individual commits to CVS and merge them into changesets. CVS 111 individual commits to CVS and merge them into changesets. CVS
112 source uses its internal changeset merging code by default but can 112 source uses its internal changeset merging code by default but can
113 be configured to call the external 'cvsps' program by setting: 113 be configured to call the external 'cvsps' program by setting:
114 --config convert.cvsps='cvsps -A -u --cvs-direct -q' 114 --config convert.cvsps='cvsps -A -u --cvs-direct -q'
115 This is a legacy option and may be removed in future. 115 This option is deprecated and will be removed in Mercurial 1.4.
116 116
117 The options shown are the defaults. 117 The options shown are the defaults.
118 118
119 Internal cvsps is selected by setting 119 Internal cvsps is selected by setting
120 --config convert.cvsps=builtin 120 --config convert.cvsps=builtin