hgbook

annotate en/examples/branching.main.out @ 507:7f463aab0c07

merged ikks' changes
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 12 10:54:44 2009 -0500 (2009-01-12)
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!