foozy@708: $ \textbf{cd ..} foozy@708: $ \textbf{hg clone hello my-new-hello} foozy@708: 2 files updated, 0 files merged, 0 files removed, 0 files unresolved foozy@708: $ \textbf{cd my-new-hello} foozy@708: $ \textbf{sed -i '/printf/i\textbackslash{}\textbackslash{}tprintf("once more, hello.\textbackslash{}\textbackslash{}n");' hello.c} foozy@708: $ \textbf{hg commit -m 'A new hello for a new day.'}