view ja/examples/daily.copy.init.out @ 360:45ad9986748a

started template.tex
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 22 Sep 2008 01:42:57 +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'}