foozy@708: $ \textbf{hg init missing-example} foozy@708: $ \textbf{cd missing-example} foozy@708: $ \textbf{echo a > a} foozy@708: $ \textbf{hg add a} foozy@708: $ \textbf{hg commit -m 'File about to be missing'} foozy@708: $ \textbf{rm a} foozy@708: $ \textbf{hg status} foozy@708: ! a