Mercurial > hgbook
view en/examples/tag.init.out @ 653:91adcea08b33
Fix the bisect section, I hope (bisect is now part of Mercurial).
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Wed, 21 Jan 2009 14:16:38 +0100 |
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