$ hg init add-example $ cd add-example $ echo a > a $ hg status ? a $ hg add a $ hg status A a $ hg commit -m 'Added one file' $ hg status