Mercurial > hgbook
view en/examples/tag.init.out @ 196:4237e45506ee
Add early material describing tags.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 16 Apr 2007 16:11:24 -0700 |
parents | |
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