hgbook

annotate en/examples/branching.init.out @ 243:7df934d3dcb5

Further document the patchbomb extension.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun May 27 16:26:51 2007 -0700 (2007-05-27)
parents
children
rev   line source
bos@179 1 $ \textbf{hg init main}
bos@179 2 $ \textbf{cd main}
bos@179 3 $ \textbf{echo 'This is a boring feature.' > myfile}
bos@179 4 $ \textbf{hg commit -A -m 'We have reached an important milestone!'}
bos@179 5 adding myfile