Mercurial > hgbook
view en/examples/results/tour.tip.out @ 744:1114da00d30e
Fix '<programlisting>' in ch02-tour-basic.xml
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Wed, 18 Mar 2009 19:43:46 +0800 |
parents | 0d5935744f87 |
children | 4432ad34b8e5 |
line wrap: on
line source
<screen><prompt>$</prompt> <userinput>hg tip -vp</userinput> changeset: tag: tip user: Bryan O'Sullivan <bos@serpentine.com> files: hello.c description: Added an extra line of output diff -r -r hello.c @@ -8,5 +8,6 @@ int main(int argc, char **argv) { printf("hello, world!\"); + printf("hello again!\n"); return 0; } </screen>