hgbook

view en/examples/daily.copy.init.out @ 179:5fc4a45c069f

Continue documentation of collaboration models.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Mar 30 23:05:28 2007 -0700 (2007-03-30)
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'}