From the Mercurial shelve documentation (or using hg help shelve
):
To delete specific shelved changes, use "--delete". To delete all shelved changes, use "--cleanup".
options:
-d --delete delete the named shelved change(s)
So if your patch was called my-patch
, then you would delete it using:
hg shelve -d my-patch
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…