convert: fix description of 'convert --rev'

This commit is contained in:
Mads Kiilerich 2013-07-19 02:32:36 +02:00
parent 15460985a6
commit 29b14aad65
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ cmdtable = {
('d', 'dest-type', '',
_('destination repository type'), _('TYPE')),
('r', 'rev', '',
_('import up to target revision REV'), _('REV')),
_('import up to source revision REV'), _('REV')),
('A', 'authormap', '',
_('remap usernames using this file'), _('FILE')),
('', 'filemap', '',

View File

@ -262,7 +262,7 @@
-s --source-type TYPE source repository type
-d --dest-type TYPE destination repository type
-r --rev REV import up to target revision REV
-r --rev REV import up to source revision REV
-A --authormap FILE remap usernames using this file
--filemap FILE remap file names using contents of file
--splicemap FILE splice synthesized history into place