view ja/examples/tour.merge.clone.out @ 345:6da6c5741e90

more mq.tex
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Sun, 13 Jul 2008 04:11:36 +0900
parents b0db5adf11c1
children
line wrap: on
line source

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