##// 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 COLUMNS=20 hg qseries --config ui.interactive=true -vs
170 COLUMNS=20 hg qseries --config ui.interactive=true -vs
171 hg qpop
171 hg qpop
172 hg qseries -vs
172 hg qseries -vs
173 hg sum
173 hg sum | grep mq
174 hg qpush
174 hg qpush
175 hg sum
175 hg sum | grep mq
176
176
177 echo % qapplied
177 echo % qapplied
178 hg qapplied
178 hg qapplied
@@ -151,19 +151,9 b' popping test2.patch'
151 now at: test.patch
151 now at: test.patch
152 0 A test.patch: foo bar
152 0 A test.patch: foo bar
153 1 U test2.patch:
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 mq: 1 applied, 1 unapplied
154 mq: 1 applied, 1 unapplied
160 applying test2.patch
155 applying test2.patch
161 now at: test2.patch
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 mq: 2 applied
157 mq: 2 applied
168 % qapplied
158 % qapplied
169 test.patch
159 test.patch
General Comments 0
You need to be logged in to leave comments. Login now