hgbook

annotate en/examples/tag.init.out @ 319:1d277d6aa187

Merge
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Aug 26 14:14:24 2008 -0700 (2008-08-26)
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