hgbook

view en/examples/daily.copy.init.out @ 298:2b8c6aa370d5

Fix sample output for test 'branch-repo'.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:54:18 2008 +0200 (2008-08-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'}