foozy@708: $ \textbf{hg init add-example} foozy@708: $ \textbf{cd add-example} foozy@708: $ \textbf{echo a > a} foozy@708: $ \textbf{hg status} foozy@708: ? a foozy@708: $ \textbf{hg add a} foozy@708: $ \textbf{hg status} foozy@708: A a foozy@708: $ \textbf{hg commit -m 'Added one file'} foozy@708: $ \textbf{hg status}