Mercurial > hgbook
view en/examples/daily.files.missing.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 | ca475a9e2e59 |
line wrap: on
line source
$ \textbf{hg init missing-example} $ \textbf{cd missing-example} $ \textbf{echo a > a} $ \textbf{hg add a} $ \textbf{hg commit -m'File about to be missing'} $ \textbf{rm a} $ \textbf{hg status} ! a