bos@144: $ \textbf{hg init my-copy} bos@144: $ \textbf{cd my-copy} bos@144: $ \textbf{echo line > file} bos@144: $ \textbf{hg add file} bos@144: $ \textbf{hg commit -m 'Added a file'}