##// END OF EJS Templates
qimport: use [FILE]... because if -r is used no file is needed
Thomas Arendsen Hein -
r16988:f2dbe7ba default
parent child Browse files
Show More
@@ -2098,7 +2098,7 b' def unapplied(ui, repo, patch=None, **op'
2098 _('place existing revisions under mq control'), _('REV')),
2098 _('place existing revisions under mq control'), _('REV')),
2099 ('g', 'git', None, _('use git extended diff format')),
2099 ('g', 'git', None, _('use git extended diff format')),
2100 ('P', 'push', None, _('qpush after importing'))],
2100 ('P', 'push', None, _('qpush after importing'))],
2101 _('hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE...'))
2101 _('hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... [FILE]...'))
2102 def qimport(ui, repo, *filename, **opts):
2102 def qimport(ui, repo, *filename, **opts):
2103 """import a patch or existing changeset
2103 """import a patch or existing changeset
2104
2104
General Comments 0
You need to be logged in to leave comments. Login now