##// END OF EJS Templates
mq: fix test
Matt Mackall -
r11108:8d0cdeaa default
parent child Browse files
Show More
@@ -170,9 +170,9 b' COLUMNS=4 hg qseries --config ui.interac'
170 170 COLUMNS=20 hg qseries --config ui.interactive=true -vs
171 171 hg qpop
172 172 hg qseries -vs
173 hg sum
173 hg sum | grep mq
174 174 hg qpush
175 hg sum
175 hg sum | grep mq
176 176
177 177 echo % qapplied
178 178 hg qapplied
@@ -151,19 +151,9 b' popping test2.patch'
151 151 now at: test.patch
152 152 0 A test.patch: foo bar
153 153 1 U test2.patch:
154 parent: 2:1d611e5a7244 qbase qtip test.patch tip
155 foo bar
156 branch: default
157 commit: (clean)
158 update: (current)
159 154 mq: 1 applied, 1 unapplied
160 155 applying test2.patch
161 156 now at: test2.patch
162 parent: 3:333b5cb98635 qtip test2.patch tip
163 imported patch test2.patch
164 branch: default
165 commit: (clean)
166 update: (current)
167 157 mq: 2 applied
168 158 % qapplied
169 159 test.patch
General Comments 0
You need to be logged in to leave comments. Login now