hgbook

view en/examples/backout.init.out @ 252:f2061ece8ed9

Fix file printed in first MQ "understanding patches" example
author Alexandre Perrin <makoto.kaworu@gmail.com>
date Wed May 30 22:02:48 2007 -0700 (2007-05-30)
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'}