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