view en/examples/backout.init.out @ 389:5981a0f7540a

finished intro.tex
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 20 Apr 2009 23:50:34 +0900
parents 006bbad1f190
children
line wrap: on
line source

$ \textbf{hg init myrepo}
$ \textbf{cd myrepo}
$ \textbf{echo first change >> myfile}
$ \textbf{hg add myfile}
$ \textbf{hg commit -m 'first change'}
$ \textbf{echo second change >> myfile}
$ \textbf{hg commit -m 'second change'}