comparison tests/test-mq @ 3078:760414dc7ac6

Added tests for qpush/qpop with index.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 12 Sep 2006 17:26:20 +0200
parents a4374f7331e4
children 534806df5b5a
comparison
equal deleted inserted replaced
3077:e270cbd4aa20 3078:760414dc7ac6
113 hg push ../../k 113 hg push ../../k
114 114
115 echo % qunapplied 115 echo % qunapplied
116 hg qunapplied 116 hg qunapplied
117 117
118 echo % qpush/qpop with index
119 hg qnew test1b.patch
120 echo 1b > 1b
121 hg add 1b
122 hg qrefresh
123 hg qpush 2
124 hg qpop 0
125 hg qpush test.patch+1
126 hg qpush test.patch+2
127 hg qpop test2.patch-1
128 hg qpop test2.patch-2
129 hg qpush test1b.patch+1
130
118 echo % push should succeed 131 echo % push should succeed
119 hg qpop -a 132 hg qpop -a
120 hg push ../../k 133 hg push ../../k
121 134
122 echo % strip 135 echo % strip