hgbook

view en/examples/daily.files.missing.out @ 549:bc14f94e726a

Check in a known-broken example to fix up later - XXX
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Jan 29 22:47:34 2009 -0800 (2009-01-29)
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