comparison tests/test-mq-qdelete @ 3373:58202386deb7

mq: make qdelete without -k or a subrepository delete all patches
author Brendan Cully <brendan@kublai.com>
date Thu, 12 Oct 2006 14:02:41 -0700
parents dc784839516d
children b9a7c07fca0e
comparison
equal deleted inserted replaced
3372:fd43ff3b4442 3373:58202386deb7
19 hg qseries 19 hg qseries
20 ls .hg/patches 20 ls .hg/patches
21 hg qpop 21 hg qpop
22 hg qdel -k b 22 hg qdel -k b
23 ls .hg/patches 23 ls .hg/patches
24 hg qdel -f a 24 hg qdel -r a
25 hg qapplied 25 hg qapplied
26 hg log --template '{rev} {desc}\n' 26 hg log --template '{rev} {desc}\n'
27 27
28 hg qnew d 28 hg qnew d
29 hg qnew e 29 hg qnew e
30 hg qnew f 30 hg qnew f
31 31
32 hg qdel -f e 32 hg qdel -r e
33 hg qdel -f d e 33 hg qdel -r d e
34 hg qapplied 34 hg qapplied
35 hg log --template '{rev} {desc}\n' 35 hg log --template '{rev} {desc}\n'