hgbook

view ja/examples/tag.init.out @ 1058:e8c480caa169

1.7 first para translated
author zhaopingsun
date Tue Nov 10 20:29:31 2009 -0500 (2009-11-10)
parents
children
line source
1 $ \textbf{hg init mytag}
2 $ \textbf{cd mytag}
3 $ \textbf{echo hello > myfile}
4 $ \textbf{hg commit -A -m 'Initial commit'}
5 adding myfile