$ cd ../main $ echo 'This is exciting and new!' >> myfile $ hg commit -m 'Add a new feature' $ cat myfile This is a boring feature. This is exciting and new!