hgext/convert/__init__.py
changeset 25748 baea47cafe75
parent 25741 86fe3c404c1e
child 25750 c9093d4d1ff6
--- a/hgext/convert/__init__.py	Mon Jul 06 01:38:37 2015 +0800
+++ b/hgext/convert/__init__.py	Wed Jul 08 10:27:43 2015 -0700
@@ -29,7 +29,7 @@
       _('FILE')),
     ('s', 'source-type', '', _('source repository type'), _('TYPE')),
     ('d', 'dest-type', '', _('destination repository type'), _('TYPE')),
-    ('r', 'rev', '', _('import up to source revision REV'), _('REV')),
+    ('r', 'rev', [], _('import up to source revision REV'), _('REV')),
     ('A', 'authormap', '', _('remap usernames using this file'), _('FILE')),
     ('', 'filemap', '', _('remap file names using contents of file'),
      _('FILE')),