$ hg init missing-example $ cd missing-example $ echo a > a $ hg add a $ hg commit -m 'File about to be missing' $ rm a $ hg status ! a