hgbook

diff it/examples/tour.diff.it @ 793:d4de8d288ba6

Minor changes and translation of code snippets for Ch.9.
author Giulio@puck
date Wed Aug 12 23:47:08 2009 +0200 (2009-08-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/it/examples/tour.diff.it	Wed Aug 12 23:47:08 2009 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +<!-- BEGIN tour.diff -->
     1.5 +<screen><prompt>$</prompt> <userinput>hg diff</userinput>
     1.6 +diff -r 2278160e78d4 hello.c
     1.7 +--- a/hello.c	Sat Aug 16 22:16:53 2008 +0200
     1.8 ++++ b/hello.c	Fri Jun 05 15:51:51 2009 +0000
     1.9 +@@ -8,5 +8,6 @@
    1.10 + int main(int argc, char **argv)
    1.11 + {
    1.12 + 	printf("ciao, mondo!\");
    1.13 ++	printf("ancora ciao!\n");
    1.14 + 	return 0;
    1.15 + }
    1.16 +</screen>
    1.17 +<!-- END tour.diff -->