hgbook

annotate 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
rev   line source
bos@144 1 $ \textbf{hg init my-copy}
bos@144 2 $ \textbf{cd my-copy}
bos@144 3 $ \textbf{echo line > file}
bos@144 4 $ \textbf{hg add file}
bos@144 5 $ \textbf{hg commit -m 'Added a file'}