Mercurial > hgbook
view en/examples/results/tour.update.out @ 739:a13813534ccd
Fix all xref to figs
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Tue, 17 Mar 2009 10:43:45 +0800 |
parents | 0d5935744f87 |
children | 4432ad34b8e5 |
line wrap: on
line source
<screen><prompt>$</prompt> <userinput>grep printf hello.c</userinput> printf("hello, world!\"); <prompt>$</prompt> <userinput>hg update tip</userinput> 1 files updated, 0 files merged, 0 files removed, 0 files unresolved <prompt>$</prompt> <userinput>grep printf hello.c</userinput> printf("hello, world!\"); printf("hello again!\n"); </screen>