Mercurial > hgbook
view en/examples/daily.files.missing.out @ 292:f72e4be6dd37
intermediate commit.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 07 Feb 2008 18:56:42 +0900 |
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