Mercurial > hgbook
view en/examples/tag.init.out @ 654:b08f6a61bf15
Merge
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 09 Feb 2009 22:59:50 -0800 |
parents | 4237e45506ee |
children |
line wrap: on
line source
$ \textbf{hg init mytag} $ \textbf{cd mytag} $ \textbf{echo hello > myfile} $ \textbf{hg commit -A -m 'Initial commit'} adding myfile