view en/examples/backout.init.out @ 378:5530934319b8

compile fix
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 09 Jan 2009 23:05:26 +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'}