hgbook

annotate en/examples/tag.init.out @ 277:340edf3aaa8e

Fix output.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Dec 11 09:31:35 2007 -0800 (2007-12-11)
parents
children
rev   line source
bos@196 1 $ \textbf{hg init mytag}
bos@196 2 $ \textbf{cd mytag}
bos@196 3 $ \textbf{echo hello > myfile}
bos@196 4 $ \textbf{hg commit -A -m 'Initial commit'}
bos@196 5 adding myfile