hgbook

view en/examples/daily.copy.init.out @ 386:d2467817c934

some paragraphs translated to spanish
author Igor TAmara <igor@tamarapatino.org>
date Sun Nov 02 14:23:01 2008 -0500 (2008-11-02)
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'}