Mercurial > hgbook
view ja/examples/daily.files.add.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 add-example} $ \textbf{cd add-example} $ \textbf{echo a > a} $ \textbf{hg status} ? a $ \textbf{hg add a} $ \textbf{hg status} A a $ \textbf{hg commit -m 'Added one file'} $ \textbf{hg status}