Mercurial > hgbook
view en/examples/results/tour.diff.out @ 709:4432ad34b8e5
Check in example outputs with begin/end markers.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 31 Mar 2009 12:19:01 -0700 |
parents | 0d5935744f87 |
children |
line wrap: on
line source
<!-- BEGIN tour.diff --> <screen><prompt>$</prompt> <userinput>hg diff</userinput> diff -r hello.c @@ -8,5 +8,6 @@ int main(int argc, char **argv) { printf("hello, world!\"); + printf("hello again!\n"); return 0; } </screen> <!-- END tour.diff -->