hgbook

view en/examples/backout.init.out @ 178:1b55292716a4

correct single typo in chpt 5 text
author Steve Guidon <steve.guidon@gmail.com>
date Thu Mar 29 19:55:18 2007 +0100 (2007-03-29)
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'}