hgbook

view en/examples/daily.files.missing.out @ 228:50223e198614

Update output.
author Bryan O'Sullivan <bos@serpentine.com>
date Sat May 26 12:04:52 2007 -0700 (2007-05-26)
parents
children ca475a9e2e59
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