annotate en/examples/tag.init.out @ 402:b3501156a572

Fix sample output for 'rename.divergent' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed, 20 Aug 2008 22:01:27 +0200
parents 4237e45506ee
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
196
4237e45506ee Add early material describing tags.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
1 $ \textbf{hg init mytag}
4237e45506ee Add early material describing tags.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
2 $ \textbf{cd mytag}
4237e45506ee Add early material describing tags.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
3 $ \textbf{echo hello > myfile}
4237e45506ee Add early material describing tags.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
4 $ \textbf{hg commit -A -m 'Initial commit'}
4237e45506ee Add early material describing tags.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
5 adding myfile