##// END OF EJS Templates
convert documentation: --config argument with spaces needs quoting.
Thomas Arendsen Hein -
r7170:aff204c9 default
parent child Browse files
Show More
@@ -107,7 +107,7 b' def convert(ui, src, dest=None, revmapfi'
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.
@@ -94,7 +94,7 b' Convert a foreign SCM repository to a Me'
94 individual commits to CVS and merge them into changesets. CVS
94 individual commits to CVS and merge them into changesets. CVS
95 source uses its internal changeset merging code by default but can
95 source uses its internal changeset merging code by default but can
96 be configured to call the external 'cvsps' program by setting:
96 be configured to call the external 'cvsps' program by setting:
97 --config convert.cvsps=cvsps -A -u --cvs-direct -q
97 --config convert.cvsps='cvsps -A -u --cvs-direct -q'
98 This is a legacy option and may be removed in future.
98 This is a legacy option and may be removed in future.
99
99
100 The options shown are the defaults.
100 The options shown are the defaults.
General Comments 0
You need to be logged in to leave comments. Login now