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