hgbook

view en/examples/daily.copy.init.out @ 474:9438521abfc4

finished the "bundled hooks" sections
author Javier Rojas <jerojasro@devnull.li>
date Wed Dec 31 10:18:25 2008 -0500 (2008-12-31)
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'}