hgbook

view en/examples/daily.copy.init.out @ 341:44dd3583c605

translated almost 2 sections
author jerojasro@localhost
date Sat Oct 18 23:29:33 2008 -0500 (2008-10-18)
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'}