diff hgext/convert/__init__.py @ 12202:d346089095ac

convert: move -A option to --authormap
author Martin Geisler <mg@lazybytes.net>
date Fri, 10 Sep 2010 20:11:42 +0200
parents 0c67a58f0580
children dce09f82f619
line wrap: on
line diff
--- 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')),