##// 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 echo 'base' > base
9 echo 'base' > base
10 hg ci -Ambase -d '1 0'
10 hg ci -Ambase -d '1 0'
11
11
12 hg qnew a
12 hg qnew -d '1 0' a
13 hg qnew b
13 hg qnew -d '1 0' b
14 hg qnew c
14 hg qnew -d '1 0' c
15
15
16 hg qdel
16 hg qdel
17
17
@@ -41,14 +41,14 hg init b
41 cd b
41 cd b
42
42
43 echo 'base' > base
43 echo 'base' > base
44 hg ci -Ambase
44 hg ci -Ambase -d '1 0'
45
45
46 hg qfinish
46 hg qfinish
47 hg qfinish -a
47 hg qfinish -a
48
48
49 hg qnew a
49 hg qnew -d '1 0' a
50 hg qnew b
50 hg qnew -d '1 0' b
51 hg qnew c
51 hg qnew c # XXX fails to apply by /usr/bin/patch if we put a date
52
52
53 hg qfinish 0
53 hg qfinish 0
54 hg qfinish b
54 hg qfinish b
General Comments 0
You need to be logged in to leave comments. Login now