hgbook

diff en/examples/results/tour.tip.out @ 605:a21668c4af50

Add top-level README
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Mar 27 10:08:39 2009 -0700 (2009-03-27)
parents 44d1363234d2
children 4432ad34b8e5
line diff
     1.1 --- a/en/examples/results/tour.tip.out	Mon Mar 09 21:37:47 2009 -0700
     1.2 +++ b/en/examples/results/tour.tip.out	Fri Mar 27 10:08:39 2009 -0700
     1.3 @@ -1,7 +1,7 @@
     1.4 -$ \textbf{hg tip -vp}
     1.5 +<screen><prompt>$</prompt> <userinput>hg tip -vp</userinput>
     1.6  changeset:   
     1.7  tag:         tip
     1.8 -user:        Bryan O'Sullivan <bos@serpentine.com>
     1.9 +user:        Bryan O'Sullivan &lt;bos@serpentine.com&gt;
    1.10  
    1.11  files:       hello.c
    1.12  description:
    1.13 @@ -13,9 +13,10 @@
    1.14  
    1.15  @@ -8,5 +8,6 @@
    1.16   int main(int argc, char **argv)
    1.17 - \{
    1.18 - 	printf("hello, world!\textbackslash{}");
    1.19 -+	printf("hello again!\textbackslash{}n");
    1.20 + {
    1.21 + 	printf("hello, world!\");
    1.22 ++	printf("hello again!\n");
    1.23   	return 0;
    1.24 - \}
    1.25 + }
    1.26  
    1.27 +</screen>