hgbook

view en/examples/daily.copy.init.out @ 168:f8b5b782e150

Backed out changeset 08a4467f489162c14cf17b94aa771a23dd6f02dc
It just didn't work. Sigh.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 26 23:20:59 2007 -0700 (2007-03-26)
parents
children
line source
1 $ \textbf{hg init my-copy}
2 $ \textbf{cd my-copy}
3 $ \textbf{echo line > file}
4 $ \textbf{hg add file}
5 $ \textbf{hg commit -m 'Added a file'}