mercurial/crew
changeset 8929:cb05e2a00291
mq: compact & rewrap documentation for qdelete command
| author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
|---|---|
| date | Wed Jun 24 12:03:13 2009 +0200 (7 months ago) |
| parents | 1e16f9b21ce4 |
| children | ae275ad46bd0 |
| files | hgext/mq.py |
line diff
1.1 --- a/hgext/mq.py 1.2 +++ b/hgext/mq.py 1.3 @@ -1641,11 +1641,8 @@ 1.4 def delete(ui, repo, *patches, **opts): 1.5 """remove patches from queue 1.6 1.7 - The patches must not be applied, and at least one patch is 1.8 - required. 1.9 - 1.10 - With -k/--keep, the patch files are preserved in the patch 1.11 - directory. 1.12 + The patches must not be applied, and at least one patch is required. With 1.13 + -k/--keep, the patch files are preserved in the patch directory. 1.14 1.15 To stop managing a patch and move it into permanent history, 1.16 use the qfinish command."""
