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