foozy@708: $ \textbf{hg init myrepo} foozy@708: $ \textbf{cd myrepo} foozy@708: $ \textbf{echo first change >> myfile} foozy@708: $ \textbf{hg add myfile} foozy@708: $ \textbf{hg commit -m 'first change'} foozy@708: $ \textbf{echo second change >> myfile} foozy@708: $ \textbf{hg commit -m 'second change'}