hgbook

view en/examples/daily.files.missing.out @ 276:92660e72d6bf

[hgbook] Fix a typo
author "Dongsheng Song" <dongsheng.song@gmail.com>
date Fri Dec 07 21:25:07 2007 -0800 (2007-12-07)
parents 006bbad1f190
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