Mercurial > hgbook
view en/examples/backout.init.out @ 288:cac3ac4536e5
Better wording, again per Jim Blandy.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri, 18 Jan 2008 12:01:46 -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'}