##// END OF EJS Templates
convert: fix description of 'convert --rev'
Mads Kiilerich -
r19864:1ce3f56b default
parent child Browse files
Show More
@@ -311,7 +311,7 b' cmdtable = {'
311 ('d', 'dest-type', '',
311 ('d', 'dest-type', '',
312 _('destination repository type'), _('TYPE')),
312 _('destination repository type'), _('TYPE')),
313 ('r', 'rev', '',
313 ('r', 'rev', '',
314 _('import up to target revision REV'), _('REV')),
314 _('import up to source revision REV'), _('REV')),
315 ('A', 'authormap', '',
315 ('A', 'authormap', '',
316 _('remap usernames using this file'), _('FILE')),
316 _('remap usernames using this file'), _('FILE')),
317 ('', 'filemap', '',
317 ('', 'filemap', '',
@@ -262,7 +262,7 b''
262
262
263 -s --source-type TYPE source repository type
263 -s --source-type TYPE source repository type
264 -d --dest-type TYPE destination repository type
264 -d --dest-type TYPE destination repository type
265 -r --rev REV import up to target revision REV
265 -r --rev REV import up to source revision REV
266 -A --authormap FILE remap usernames using this file
266 -A --authormap FILE remap usernames using this file
267 --filemap FILE remap file names using contents of file
267 --filemap FILE remap file names using contents of file
268 --splicemap FILE splice synthesized history into place
268 --splicemap FILE splice synthesized history into place
General Comments 0
You need to be logged in to leave comments. Login now