hgbook

annotate en/examples/branching.main.out @ 279:3c14c304d823

Ignore more junk.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Dec 11 09:31:58 2007 -0800 (2007-12-11)
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!