hgbook

annotate en/examples/daily.copy.init.out @ 930:71e726b7f70d

Hum, i don't think that Fink on mac is actually apt-get :)
author Romain PELISSE <romain.pelisse@atosorigin.com>
date Sun Feb 08 22:08:47 2009 +0100 (2009-02-08)
parents
children
rev   line source
bos@144 1 $ \textbf{hg init my-copy}
bos@144 2 $ \textbf{cd my-copy}
bos@144 3 $ \textbf{echo line > file}
bos@144 4 $ \textbf{hg add file}
bos@144 5 $ \textbf{hg commit -m 'Added a file'}