##// END OF EJS Templates
mq: compact & rewrap documentation for qdelete command
Dirkjan Ochtman -
r8929:cb05e2a0 default
parent child Browse files
Show More
@@ -1641,11 +1641,8 b' class queue(object):'
1641 def delete(ui, repo, *patches, **opts):
1641 def delete(ui, repo, *patches, **opts):
1642 """remove patches from queue
1642 """remove patches from queue
1643
1643
1644 The patches must not be applied, and at least one patch is
1644 The patches must not be applied, and at least one patch is required. With
1645 required.
1645 -k/--keep, the patch files are preserved in the patch directory.
1646
1647 With -k/--keep, the patch files are preserved in the patch
1648 directory.
1649
1646
1650 To stop managing a patch and move it into permanent history,
1647 To stop managing a patch and move it into permanent history,
1651 use the qfinish command."""
1648 use the qfinish command."""
General Comments 0
You need to be logged in to leave comments. Login now