hgbook

view ja/examples/branching.init.out @ 1099:a1b3a1de1038

2.7.2 zh translated
author Zhaoping Sun <zhaopingsun@gmail.com>
date Tue Nov 24 22:16:48 2009 -0500 (2009-11-24)
parents
children
line source
1 $ \textbf{hg init main}
2 $ \textbf{cd main}
3 $ \textbf{echo 'This is a boring feature.' > myfile}
4 $ \textbf{hg commit -A -m 'We have reached an important milestone!'}
5 adding myfile