hgbook

view en/examples/tag.init.out @ 255:9c49615e8dcb

Stop bibtex from getting shirty over lack of authorship.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed May 30 22:19:56 2007 -0700 (2007-05-30)
parents
children
line source
1 $ \textbf{hg init mytag}
2 $ \textbf{cd mytag}
3 $ \textbf{echo hello > myfile}
4 $ \textbf{hg commit -A -m 'Initial commit'}
5 adding myfile