hgbook

annotate en/examples/tag.init.out @ 216:699771d085c6

More notes on web configuration.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu May 10 11:51:08 2007 -0700 (2007-05-10)
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