Mercurial > hg-stable
changeset 15798:e6c44dbe902f stable
mq: Document that qdel requires exact patch identifiers
author | Olav Reinert <seroton10@gmail.com> |
---|---|
date | Fri, 06 Jan 2012 15:05:51 +0100 |
parents | 0c7b83a057aa |
children | e43c140eb08f |
files | hgext/mq.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/mq.py Sun Jan 08 12:35:47 2012 +0100 +++ b/hgext/mq.py Fri Jan 06 15:05:51 2012 +0100 @@ -1851,8 +1851,9 @@ 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. Exact + patch identifiers must be given. 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 :hg:`qfinish` command."""