##// END OF EJS Templates
qfinish: document --applied instead of --all
Martin Geisler -
r6937:3aa8ad0e default
parent child Browse files
Show More
@@ -2218,9 +2218,10 b' def finish(ui, repo, *revrange, **opts):'
2218 Finishes the specified revisions (corresponding to applied patches) by
2218 Finishes the specified revisions (corresponding to applied patches) by
2219 moving them out of mq control into regular repository history.
2219 moving them out of mq control into regular repository history.
2220
2220
2221 Accepts a revision range or the --all option. If --all is specified, all
2221 Accepts a revision range or the --applied option. If --applied is
2222 applied mq revisions are removed from mq control. Otherwise, the given
2222 specified, all applied mq revisions are removed from mq control.
2223 revisions must be at the base of the stack of applied patches.
2223 Otherwise, the given revisions must be at the base of the stack of
2224 applied patches.
2224
2225
2225 This can be especially useful if your changes have been applied to an
2226 This can be especially useful if your changes have been applied to an
2226 upstream repository, or if you are about to push your changes to upstream.
2227 upstream repository, or if you are about to push your changes to upstream.
General Comments 0
You need to be logged in to leave comments. Login now