##// END OF EJS Templates
make test-mq-qdelete work reliably (issue1180)...
Benoit Boissinot -
r7020:5e996540 default
parent child Browse files
Show More
@@ -9,9 +9,9 cd a
9 9 echo 'base' > base
10 10 hg ci -Ambase -d '1 0'
11 11
12 hg qnew a
13 hg qnew b
14 hg qnew c
12 hg qnew -d '1 0' a
13 hg qnew -d '1 0' b
14 hg qnew -d '1 0' c
15 15
16 16 hg qdel
17 17
@@ -41,14 +41,14 hg init b
41 41 cd b
42 42
43 43 echo 'base' > base
44 hg ci -Ambase
44 hg ci -Ambase -d '1 0'
45 45
46 46 hg qfinish
47 47 hg qfinish -a
48 48
49 hg qnew a
50 hg qnew b
51 hg qnew c
49 hg qnew -d '1 0' a
50 hg qnew -d '1 0' b
51 hg qnew c # XXX fails to apply by /usr/bin/patch if we put a date
52 52
53 53 hg qfinish 0
54 54 hg qfinish b
General Comments 0
You need to be logged in to leave comments. Login now