Mercurial > hgbook
view en/examples/branching.main.out @ 398:2936cb7eae7a
Fix sample output for test 'branch-named'.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed, 20 Aug 2008 21:55:35 +0200 |
parents | 5fc4a45c069f |
children |
line wrap: on
line source
$ \textbf{cd ../main} $ \textbf{echo 'This is exciting and new!' >> myfile} $ \textbf{hg commit -m 'Add a new feature'} $ \textbf{cat myfile} This is a boring feature. This is exciting and new!