Mercurial > hg
comparison tests/test-convert.out @ 7101:e786192d995d
convert: make built-in cvsps the default
Reviewed by Frank Kingswood <frank@kingswood-consulting.co.uk>
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 15 Oct 2008 20:14:28 +0200 |
parents | 209ef5f3534c |
children | aff204c9bdd6 |
comparison
equal
deleted
inserted
replaced
7100:baf12d52add4 | 7101:e786192d995d |
---|---|
89 a filemap is given, all files under the starting directory will be | 89 a filemap is given, all files under the starting directory will be |
90 converted, and that any directory reorganisation in the CVS | 90 converted, and that any directory reorganisation in the CVS |
91 sandbox is ignored. | 91 sandbox is ignored. |
92 | 92 |
93 Because CVS does not have changesets, it is necessary to collect | 93 Because CVS does not have changesets, it is necessary to collect |
94 individual commits to CVS and merge them into changesets. CVS source | 94 individual commits to CVS and merge them into changesets. CVS |
95 can use the external 'cvsps' program (this is a legacy option and may | 95 source uses its internal changeset merging code by default but can |
96 be removed in future) or use its internal changeset merging code. | 96 be configured to call the external 'cvsps' program by setting: |
97 External cvsps is default, and options may be passed to it by setting | 97 --config convert.cvsps=cvsps -A -u --cvs-direct -q |
98 --config convert.cvsps='cvsps -A -u --cvs-direct -q' | 98 This is a legacy option and may be removed in future. |
99 | |
99 The options shown are the defaults. | 100 The options shown are the defaults. |
100 | 101 |
101 Internal cvsps is selected by setting | 102 Internal cvsps is selected by setting |
102 --config convert.cvsps=builtin | 103 --config convert.cvsps=builtin |
103 and has a few more configurable options: | 104 and has a few more configurable options: |