hgext/mq.py
changeset 16988 f2dbe7ba11e2
parent 16987 54295c87eefc
child 16989 0b1d15194b3c
--- a/hgext/mq.py	Wed Jun 20 16:22:58 2012 +0200
+++ b/hgext/mq.py	Wed Jun 20 16:43:09 2012 +0200
@@ -2098,7 +2098,7 @@
            _('place existing revisions under mq control'), _('REV')),
           ('g', 'git', None, _('use git extended diff format')),
           ('P', 'push', None, _('qpush after importing'))],
-         _('hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE...'))
+         _('hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... [FILE]...'))
 def qimport(ui, repo, *filename, **opts):
     """import a patch or existing changeset