hgbook

view en/examples/backout.init.out @ 292:4aa900e1de2b

Fixed sample output for 'daily.copy' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:48:38 2008 +0200 (2008-08-20)
parents
children
line source
1 $ \textbf{hg init myrepo}
2 $ \textbf{cd myrepo}
3 $ \textbf{echo first change >> myfile}
4 $ \textbf{hg add myfile}
5 $ \textbf{hg commit -m 'first change'}
6 $ \textbf{echo second change >> myfile}
7 $ \textbf{hg commit -m 'second change'}