hgbook

view en/examples/daily.copy.init.out @ 510:98fb436b58c1

corrected some typos
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 12 22:25:40 2009 -0500 (2009-01-12)
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'}