Mercurial > hgbook
view ja/examples/daily.copy.init.out @ 800:1a30d2627512
Propagate 2ff0a43f1152
Update ch03
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 18 Jun 2009 20:04:44 +0900 |
parents | b0db5adf11c1 |
children |
line wrap: on
line source
$ \textbf{hg init my-copy} $ \textbf{cd my-copy} $ \textbf{echo line > file} $ \textbf{hg add file} $ \textbf{hg commit -m 'Added a file'}