hgbook

annotate en/examples/branching.main.out @ 540:193d107798cc

corrected some redaction problems and a couple of typos
author Javier Rojas <jerojasro@devnull.li>
date Wed Jan 28 23:38:16 2009 -0500 (2009-01-28)
parents
children
rev   line source
bos@179 1 $ \textbf{cd ../main}
bos@179 2 $ \textbf{echo 'This is exciting and new!' >> myfile}
bos@179 3 $ \textbf{hg commit -m 'Add a new feature'}
bos@179 4 $ \textbf{cat myfile}
bos@179 5 This is a boring feature.
bos@179 6 This is exciting and new!