bos@144: $ \textbf{hg init mq-sandbox} bos@144: $ \textbf{cd mq-sandbox} bos@144: $ \textbf{echo 'line 1' > file1} bos@144: $ \textbf{echo 'another line 1' > file2} bos@144: $ \textbf{hg add file1 file2} bos@144: $ \textbf{hg commit -m'first change'} bos@144: $ \textbf{hg qinit}