Mercurial > hg
changeset 8929:cb05e2a00291
mq: compact & rewrap documentation for qdelete command
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 24 Jun 2009 12:03:13 +0200 |
parents | 1e16f9b21ce4 |
children | ae275ad46bd0 |
files | hgext/mq.py |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/mq.py Tue Jun 23 23:05:51 2009 +0200 +++ b/hgext/mq.py Wed Jun 24 12:03:13 2009 +0200 @@ -1641,11 +1641,8 @@ def delete(ui, repo, *patches, **opts): """remove patches from queue - The patches must not be applied, and at least one patch is - required. - - With -k/--keep, the patch files are preserved in the patch - directory. + The patches must not be applied, and at least one patch is required. With + -k/--keep, the patch files are preserved in the patch directory. To stop managing a patch and move it into permanent history, use the qfinish command."""