##// END OF EJS Templates
mq: expand qimport summary
Matt Mackall -
r16152:816211df default
parent child Browse files
Show More
@@ -1998,7 +1998,7 b' def unapplied(ui, repo, patch=None, **op'
1998 ('P', 'push', None, _('qpush after importing'))],
1998 ('P', 'push', None, _('qpush after importing'))],
1999 _('hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE...'))
1999 _('hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE...'))
2000 def qimport(ui, repo, *filename, **opts):
2000 def qimport(ui, repo, *filename, **opts):
2001 """import a patch
2001 """import a patch or existing changeset
2002
2002
2003 The patch is inserted into the series after the last applied
2003 The patch is inserted into the series after the last applied
2004 patch. If no patches have been applied, qimport prepends the patch
2004 patch. If no patches have been applied, qimport prepends the patch
@@ -70,7 +70,7 b' help'
70 qgoto push or pop patches until named patch is at top of stack
70 qgoto push or pop patches until named patch is at top of stack
71 qguard set or print guards for a patch
71 qguard set or print guards for a patch
72 qheader print the header of the topmost or specified patch
72 qheader print the header of the topmost or specified patch
73 qimport import a patch
73 qimport import a patch or existing changeset
74 qnew create a new patch
74 qnew create a new patch
75 qnext print the name of the next pushable patch
75 qnext print the name of the next pushable patch
76 qpop pop the current patch off the stack
76 qpop pop the current patch off the stack
General Comments 0
You need to be logged in to leave comments. Login now