diff hgext/convert/__init__.py @ 12187:4a854122a1c7

convert: better grouping of command line flags in help We normally put related command line flags after one another.
author Martin Geisler <mg@lazybytes.net>
date Fri, 10 Sep 2010 00:07:38 +0200
parents aade8f133d11
children 6045d467abd7
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Wed Sep 08 15:23:48 2010 +0200
+++ b/hgext/convert/__init__.py	Fri Sep 10 00:07:38 2010 +0200
@@ -265,14 +265,14 @@
         (convert,
          [('A', 'authors', '',
            _('username mapping filename'), _('FILE')),
+          ('s', 'source-type', '',
+           _('source repository type'), _('TYPE')),
           ('d', 'dest-type', '',
            _('destination repository type'), _('TYPE')),
+          ('r', 'rev', '',
+           _('import up to target revision REV'), _('REV')),
           ('', 'filemap', '',
            _('remap file names using contents of file'), _('FILE')),
-          ('r', 'rev', '',
-           _('import up to target revision REV'), _('REV')),
-          ('s', 'source-type', '',
-           _('source repository type'), _('TYPE')),
           ('', 'splicemap', '',
            _('splice synthesized history into place'), _('FILE')),
           ('', 'branchmap', '',