hgbook

view en/examples/backout.init.out @ 297:bd8d96d3703d

Fix sample output for 'mq' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:53:01 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'}