annotate en/examples/backout.manual.backout.out @ 548:9b3cc9f398f9

Finished MQ chapter translation Added translation term fold
author Igor TAmara <igor@tamarapatino.org>
date Sat, 13 Dec 2008 12:23:51 -0500
parents e0b56f008b09
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
144
006bbad1f190 Add expected output files.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
1 $ \textbf{echo third change >> myfile}
006bbad1f190 Add expected output files.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
2 $ \textbf{hg commit -m 'third change'}
006bbad1f190 Add expected output files.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
3 $ \textbf{hg backout -m 'back out second change' 1}
006bbad1f190 Add expected output files.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
4 reverting myfile
395
e0b56f008b09 Fix sample output for 'backout' test.
Guido Ostkamp <hg@ostkamp.fastmail.fm>
parents: 144
diff changeset
5 created new head
144
006bbad1f190 Add expected output files.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
6 changeset backs out changeset
006bbad1f190 Add expected output files.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
7 the backout changeset is a new head - do not forget to merge
006bbad1f190 Add expected output files.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
8 (use "backout --merge" if you want to auto-merge)