comparison tests/test-mq-qdelete.t @ 12655:5192b24f309c

mq: handle deleting the same patch twice in one command (issue2427)
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Sat, 09 Oct 2010 10:36:50 -0500
parents b701610f6c56
children 97d7ee445e98
comparison
equal deleted inserted replaced
12654:646eb9337c87 12655:5192b24f309c
22 22
23 $ hg qpop 23 $ hg qpop
24 popping c 24 popping c
25 now at: b 25 now at: b
26 26
27 $ hg qdel c 27 Delete the same patch twice in one command (issue2427)
28
29 $ hg qdel c c
28 30
29 $ hg qseries 31 $ hg qseries
30 a 32 a
31 b 33 b
32 34