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