view en/examples/backout.init.out @ 643:f5ab40759789

Update bisect output
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 29 Jan 2009 22:10:57 -0800
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'}