hgbook

view en/examples/daily.copy.init.out @ 514:db12ab3b3b25

corrected some typos on the title page.

translated a couple of index entries
author Javier Rojas <jerojasro@devnull.li>
date Sun Jan 18 19:45:33 2009 -0500 (2009-01-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'}