Mercurial > hgbook
view en/examples/backout.init.out @ 654:b08f6a61bf15
Merge
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 09 Feb 2009 22:59:50 -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'}