Mercurial > hgbook
view en/examples/daily.files.missing.out @ 540:4e0684e824e1
translated up to the tutorial on using hooks
author | jerojasro@abu.no-ip.org |
---|---|
date | Mon, 08 Dec 2008 11:16:54 -0500 |
parents | ca475a9e2e59 |
children |
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