hgbook

view en/examples/tour.diff.out @ 295:43bfadf9b760

Fixed sample output for 'issue29' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:50:17 2008 +0200 (2008-08-20)
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 \}