view en/examples/tag.init.out @ 198:615f3c6b30e1

Start to describe branch management.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 16 Apr 2007 17:21:38 -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