annotate en/examples/tag.init.out @ 540:4e0684e824e1

translated up to the tutorial on using hooks
author jerojasro@abu.no-ip.org
date Mon, 08 Dec 2008 11:16:54 -0500
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