Mercurial > hgbook
view ja/examples/backout.init.out @ 348:32d33b238b7e
made changes to the source files to be compiled at any rate.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 19 Aug 2008 16:03:33 +0900 |
parents | b0db5adf11c1 |
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'}