bos@179: $ \textbf{cd ../main} bos@179: $ \textbf{echo 'This is exciting and new!' >> myfile} bos@179: $ \textbf{hg commit -m 'Add a new feature'} bos@179: $ \textbf{cat myfile} bos@179: This is a boring feature. bos@179: This is exciting and new!