hgbook

annotate en/examples/branching.init.out @ 949:233537f6a12c

Removing useless carriage return and double entry in the menu
author Romain PELISSE <belaran@gmail.com>
date Mon Feb 16 23:40:10 2009 +0100 (2009-02-16)
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