hgbook

view en/examples/tour.diff.out @ 225:a631aca1083f

Add special PDF header goo.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue May 15 16:40:08 2007 -0700 (2007-05-15)
parents
children 1b52bda675d0
line source
1 $ \textbf{hg diff}
2 diff -r hello.c
5 @@ -8,5 +8,6 @@ int main(int argc, char **argv)
6 int main(int argc, char **argv)
7 \{
8 printf("hello, world!\textbackslash{}");
9 + printf("hello again!\textbackslash{}n");
10 return 0;
11 \}