hgbook

view en/examples/daily.copy.init.out @ 529:e0e65bfe7776

corrected small typo
author Javier Rojas <jerojasro@devnull.li>
date Tue Jan 20 11:43:33 2009 -0500 (2009-01-20)
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'}