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