hgbook

view ja/examples/daily.copy.init.out @ 1098:f01108de23c3

2.7.1.2 zh translated
author Zhaoping Sun <zhaopingsun@gmail.com>
date Tue Nov 24 21:59:43 2009 -0500 (2009-11-24)
parents
children
line source
1 $ \textbf{hg init my-copy}
2 $ \textbf{cd my-copy}
3 $ \textbf{echo line > file}
4 $ \textbf{hg add file}
5 $ \textbf{hg commit -m 'Added a file'}