view en/examples/backout.init.out @ 540:4e0684e824e1

translated up to the tutorial on using hooks
author jerojasro@abu.no-ip.org
date Mon, 08 Dec 2008 11:16:54 -0500
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'}