# HG changeset patch # User Dirkjan Ochtman # Date 2009-06-24 10:03:13 # Node ID cb05e2a00291cbc9e22abb3677983a0285cebe6b # Parent 1e16f9b21ce48244ae24f6d9e20b04c335740ae0 mq: compact & rewrap documentation for qdelete command diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1641,11 +1641,8 @@ class queue(object): 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."""