Mercurial > hg-stable
comparison mercurial/lsprofcalltree.py @ 11967:6e3875a80533
mq/qqueue: add --purge option to delete a queue and its patch dir
qqueue --delete only deletes the reference to the queue, and leaves
the associated patch directory behind. There is no Mercurial-way of
getting rid of that patch directory afterward.
This patch adds the --purge option to qqueue, that deletes the queue
from the list, and also removes the associated patch dir. If the queue
was non-existant, but the patch dir was, it is removed nonetheless.
This is to avoid manual intervention in the .hg directory.
author | "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> |
---|---|
date | Wed, 18 Aug 2010 23:37:19 +0200 |
parents | beae42f3d93b |
children | 071af8d385a9 |
comparison
equal
deleted
inserted
replaced
11966:22f1994fb669 | 11967:6e3875a80533 |
---|