Show More
@@ -188,3 +188,26 Changing branch from another one | |||
|
188 | 188 | $ wait |
|
189 | 189 | $ hg branch |
|
190 | 190 | celeste |
|
191 | ||
|
192 | updating working copy | |
|
193 | --------------------- | |
|
194 | ||
|
195 | $ hg st | |
|
196 | $ hg log --rev . -T '{desc}\n' | |
|
197 | babar_m | |
|
198 | $ hg phase --public --rev 0 2> ../log.err & | |
|
199 | $ $RUNTESTDIR/testlib/wait-on-file 5 $TESTTMP/transaction-waiting | |
|
200 | $ hg update "parents(.)" --quiet | |
|
201 | $ hg log --rev . -T '{desc}\n' | |
|
202 | babar_l | |
|
203 | $ hg st | |
|
204 | $ touch $TESTTMP/transaction-continue | |
|
205 | $ wait | |
|
206 | $ hg log --rev . -T '{desc}\n' | |
|
207 | babar_l (missing-correct-output !) | |
|
208 | babar_m (known-bad-output !) | |
|
209 | $ hg st | |
|
210 | ! babar_m (known-bad-output !) | |
|
211 | ||
|
212 | $ hg purge --no-confirm | |
|
213 | $ hg up --quiet babar |
General Comments 0
You need to be logged in to leave comments.
Login now