Mercurial > hgbook
view en/examples/tag.init.out @ 199:58e3a6c76725
More branch/merge stuff.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 16 Apr 2007 17:37:27 -0700 |
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