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