annotate en/examples/results/backout.non-tip.backout.out @ 591:b788b405e141
Replace uses of <informalfigure> with <figure>
author |
Bryan O'Sullivan <bos@serpentine.com> |
date |
Thu Mar 26 21:07:39 2009 -0700 (2009-03-26) |
parents |
44d1363234d2 |
children |
4432ad34b8e5 |
rev |
line source |
bos@564
|
1 <screen><prompt>$</prompt> <userinput>echo third change >> myfile</userinput>
|
bos@564
|
2 <prompt>$</prompt> <userinput>hg commit -m 'third change'</userinput>
|
bos@564
|
3 <prompt>$</prompt> <userinput>hg backout --merge -m 'back out second change' 1</userinput>
|
bos@144
|
4 reverting myfile
|
hg@296
|
5 created new head
|
bos@144
|
6 changeset backs out changeset
|
bos@144
|
7 merging with changeset
|
bos@144
|
8 merging myfile
|
bos@144
|
9 0 files updated, 1 files merged, 0 files removed, 0 files unresolved
|
bos@144
|
10 (branch merge, don't forget to commit)
|
bos@564
|
11 </screen>
|