bos@564: $ hg init remove-example bos@564: $ cd remove-example bos@564: $ echo a > a bos@564: $ mkdir b bos@564: $ echo b > b/b bos@564: $ hg add a b bos@144: adding b/b bos@564: $ hg commit -m 'Small example for file removal' bos@564: $ hg remove a bos@564: $ hg status bos@144: R a bos@564: $ hg remove b bos@144: removing b/b bos@564: