hgbook

view en/examples/tour.diff.out @ 500:77e6cd1e0a93

Fixing accents on mq-ref.tex that avoided compilation
author Igor Támara <igor@tamarapatino.org>
date Sat Jan 10 23:09:47 2009 -0500 (2009-01-10)
parents 006bbad1f190
children
line source
1 $ \textbf{hg diff}
2 diff -r hello.c
5 @@ -8,5 +8,6 @@
6 int main(int argc, char **argv)
7 \{
8 printf("hello, world!\textbackslash{}");
9 + printf("hello again!\textbackslash{}n");
10 return 0;
11 \}