bos@611: bos@564: $ hg init main bos@564: $ cd main bos@564: $ echo 'This is a boring feature.' > myfile bos@564: $ hg commit -A -m 'We have reached an important milestone!' bos@179: adding myfile bos@564: bos@611: