Mercurial > hgbook
view en/examples/tag.init.out @ 540:4e0684e824e1
translated up to the tutorial on using hooks
author | jerojasro@abu.no-ip.org |
---|---|
date | Mon, 08 Dec 2008 11:16:54 -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