hgbook

view ja/examples/daily.files.missing.out @ 1053:29b75cffa819

Perforce translated
author zhaopingsun
date Tue Nov 10 16:58:57 2009 -0500 (2009-11-10)
parents
children
line source
1 $ \textbf{hg init missing-example}
2 $ \textbf{cd missing-example}
3 $ \textbf{echo a > a}
4 $ \textbf{hg add a}
5 $ \textbf{hg commit -m 'File about to be missing'}
6 $ \textbf{rm a}
7 $ \textbf{hg status}
8 ! a