Mercurial > hgbook
view en/examples/daily.copy.init.out @ 288:cac3ac4536e5
Better wording, again per Jim Blandy.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri, 18 Jan 2008 12:01:46 -0800 |
parents | 006bbad1f190 |
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'}