hgext/convert/__init__.py
changeset 12202 d346089095ac
parent 12198 0c67a58f0580
child 12778 dce09f82f619
--- a/hgext/convert/__init__.py	Fri Sep 10 15:32:22 2010 +0200
+++ b/hgext/convert/__init__.py	Fri Sep 10 20:11:42 2010 +0200
@@ -274,7 +274,7 @@
 cmdtable = {
     "convert":
         (convert,
-         [('A', 'authors', '',
+         [('', 'authors', '',
            _('username mapping filename (DEPRECATED, use --authormap instead)'),
            _('FILE')),
           ('s', 'source-type', '',
@@ -283,7 +283,7 @@
            _('destination repository type'), _('TYPE')),
           ('r', 'rev', '',
            _('import up to target revision REV'), _('REV')),
-          ('', 'authormap', '',
+          ('A', 'authormap', '',
            _('remap usernames using this file'), _('FILE')),
           ('', 'filemap', '',
            _('remap file names using contents of file'), _('FILE')),