Mercurial > hgbook
view en/examples/tag.init.out @ 611:9412f706651e
Publishing via rsync
author | Igor Támara <igor@tamarapatino.org> |
---|---|
date | Fri, 16 Jan 2009 23:34:35 -0500 |
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