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