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