bos@564: $ hg init my-copy bos@564: $ cd my-copy bos@564: $ echo line > file bos@564: $ hg add file bos@564: $ hg commit -m 'Added a file' bos@564: