##// END OF EJS Templates
convert: better grouping of command line flags in help...
Martin Geisler -
r12187:4a854122 default
parent child Browse files
Show More
@@ -265,14 +265,14 b' cmdtable = {'
265 (convert,
265 (convert,
266 [('A', 'authors', '',
266 [('A', 'authors', '',
267 _('username mapping filename'), _('FILE')),
267 _('username mapping filename'), _('FILE')),
268 ('s', 'source-type', '',
269 _('source repository type'), _('TYPE')),
268 ('d', 'dest-type', '',
270 ('d', 'dest-type', '',
269 _('destination repository type'), _('TYPE')),
271 _('destination repository type'), _('TYPE')),
272 ('r', 'rev', '',
273 _('import up to target revision REV'), _('REV')),
270 ('', 'filemap', '',
274 ('', 'filemap', '',
271 _('remap file names using contents of file'), _('FILE')),
275 _('remap file names using contents of file'), _('FILE')),
272 ('r', 'rev', '',
273 _('import up to target revision REV'), _('REV')),
274 ('s', 'source-type', '',
275 _('source repository type'), _('TYPE')),
276 ('', 'splicemap', '',
276 ('', 'splicemap', '',
277 _('splice synthesized history into place'), _('FILE')),
277 _('splice synthesized history into place'), _('FILE')),
278 ('', 'branchmap', '',
278 ('', 'branchmap', '',
@@ -225,10 +225,10 b' convert a foreign SCM repository to a Me'
225 options:
225 options:
226
226
227 -A --authors FILE username mapping filename
227 -A --authors FILE username mapping filename
228 -s --source-type TYPE source repository type
228 -d --dest-type TYPE destination repository type
229 -d --dest-type TYPE destination repository type
230 -r --rev REV import up to target revision REV
229 --filemap FILE remap file names using contents of file
231 --filemap FILE remap file names using contents of file
230 -r --rev REV import up to target revision REV
231 -s --source-type TYPE source repository type
232 --splicemap FILE splice synthesized history into place
232 --splicemap FILE splice synthesized history into place
233 --branchmap FILE change branch names while converting
233 --branchmap FILE change branch names while converting
234 --branchsort try to sort changesets by branches
234 --branchsort try to sort changesets by branches
General Comments 0
You need to be logged in to leave comments. Login now