Mercurial > hgbook
view en/examples/daily.copy.init.out @ 208:a239cd51dcd3
Note "branches" keyword for templates.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 25 Apr 2007 11:04:36 -0700 |
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'}