Mercurial > hgbook
view en/examples/daily.files.missing.out @ 288:cac3ac4536e5
Better wording, again per Jim Blandy.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri, 18 Jan 2008 12:01:46 -0800 |
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